From 63b02f7c10a4eb3008d861b16494be4c5dd629ab Mon Sep 17 00:00:00 2001 From: Yuta Hayashibe Date: Mon, 17 Oct 2022 21:32:05 +0900 Subject: [PATCH] v0.6.1 --- README.md | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 51f16d9..7e26c82 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.6.0 +pip install -U git+https://github.com/shirayu/whispering.git@v0.6.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 475ef1d..69b7aa1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [misc] -stable_version = "0.6.0" +stable_version = "0.6.1" [tool.poetry] name = "whispering" -version = "0.6.1dev0" +version = "0.6.1" description = "Streaming transcriber with whisper" license = "MIT" authors = ["Yuta Hayashibe "]