From 075451aaaed6c4499e7aaa49ad59fc63b6d240e3 Mon Sep 17 00:00:00 2001 From: Yuta Hayashibe Date: Mon, 17 Oct 2022 22:11:18 +0900 Subject: [PATCH] v0.6.2 --- README.md | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7e26c82..763acd8 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.1 +pip install -U git+https://github.com/shirayu/whispering.git@v0.6.2 # 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 69b7aa1..b8dea35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [misc] -stable_version = "0.6.1" +stable_version = "0.6.2" [tool.poetry] name = "whispering" -version = "0.6.1" +version = "0.6.2" description = "Streaming transcriber with whisper" license = "MIT" authors = ["Yuta Hayashibe "]