We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 880bc0c commit 01d83e5Copy full SHA for 01d83e5
1 file changed
src/whisper_api/__init__.py
@@ -6,7 +6,7 @@
6
path = os.path.realpath(os.path.abspath(__file__))
7
sys.path.insert(0, os.path.dirname(os.path.dirname(path)))
8
9
-__version__ = "20241101"
+__version__ = "20241105"
10
11
from whisper_api.main import app # isort: skip
12
from whisper_api.main import start
0 commit comments