Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shirayu committed Oct 12, 2022
1 parent 6fcf246 commit d6d9432
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Enough machine power is needed to transcribe in real time.
## Setup

```bash
pip install -U git+https://github.com/shirayu/whispering.git@v0.5.0
pip install -U git+https://github.com/shirayu/whispering.git@v0.5.1

# If you use GPU, install proper torch and torchaudio
# Check https://pytorch.org/get-started/locally/
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[misc]
stable_version = "0.5.0"
stable_version = "0.5.1"

[tool.poetry]
name = "whispering"
version = "0.6.0dev0"
version = "0.5.1"
description = "Streaming transcriber with whisper"
license = "MIT"
authors = ["Yuta Hayashibe <yuta@hayashibe.jp>"]
Expand Down

0 comments on commit d6d9432

Please sign in to comment.