bump version

This commit is contained in:
makaveli10
2023-08-07 23:14:03 +08:00
parent e602ba1282
commit 6927a44b5b
+1 -1
View File
@@ -9,7 +9,7 @@ README = (HERE / "README.md").read_text()
# This call to setup() does all the work # This call to setup() does all the work
setup(name="whisper-live", setup(name="whisper-live",
version="0.0.4", version="0.0.5",
description="A nearly-live implementation of OpenAI's Whisper.", description="A nearly-live implementation of OpenAI's Whisper.",
long_description=README, long_description=README,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",