From fbaa1ce6abe339b79f3901a36e6982433cfcc52d Mon Sep 17 00:00:00 2001 From: makaveli10 Date: Tue, 8 Aug 2023 21:13:20 +0800 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 64b99fb..1b23d24 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ README = (HERE / "README.md").read_text() # This call to setup() does all the work setup(name="whisper-live", - version="0.0.5", + version="0.0.6", description="A nearly-live implementation of OpenAI's Whisper.", long_description=README, long_description_content_type="text/markdown",