From d6d94329e600a62df5a4494cc5ba5e4045811234 Mon Sep 17 00:00:00 2001 From: Yuta Hayashibe Date: Wed, 12 Oct 2022 11:22:53 +0900 Subject: [PATCH] v0.5.1 --- README.md | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e0ac4b9..3a4893b 100644 --- a/README.md +++ b/README.md @@ -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/ diff --git a/pyproject.toml b/pyproject.toml index 5b0321d..e5c96fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "]