diff --git a/src/whisper_api/__init__.py b/src/whisper_api/__init__.py index ccfdf8d..ee2b9cd 100644 --- a/src/whisper_api/__init__.py +++ b/src/whisper_api/__init__.py @@ -6,7 +6,7 @@ path = os.path.realpath(os.path.abspath(__file__)) sys.path.insert(0, os.path.dirname(os.path.dirname(path))) -__version__ = "20241101" +__version__ = "20241105" from whisper_api.main import app # isort: skip from whisper_api.main import start