From 91231811e76a4c0580d469154397e892a9c6b0b7 Mon Sep 17 00:00:00 2001 From: Yuta Hayashibe Date: Wed, 12 Oct 2022 11:40:43 +0900 Subject: [PATCH] Update developing version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e5c96fd..db64a7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ stable_version = "0.5.1" [tool.poetry] name = "whispering" -version = "0.5.1" +version = "0.5.2dev0" description = "Streaming transcriber with whisper" license = "MIT" authors = ["Yuta Hayashibe "]