diff --git a/setup.py b/setup.py index de5f007..64b99fb 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.4", + version="0.0.5", description="A nearly-live implementation of OpenAI's Whisper.", long_description=README, long_description_content_type="text/markdown",