From 02ebc1ef97909ff57ed483ace62a88fc1b7bcad5 Mon Sep 17 00:00:00 2001 From: Yuta Hayashibe Date: Wed, 7 Dec 2022 20:15:11 +0900 Subject: [PATCH] v0.6.5 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb9643e..7530107 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.4 +pip install -U git+https://github.com/shirayu/whispering.git@v0.6.5 # 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 c380c99..8028a7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [misc] -stable_version = "0.6.4" +stable_version = "0.6.5" [tool.poetry] name = "whispering"