diff --git a/src/whisper_api/__init__.py b/src/whisper_api/__init__.py index eb7ae74..ccfdf8d 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__ = "20240825" +__version__ = "20241101" from whisper_api.main import app # isort: skip from whisper_api.main import start