Skip to content

Commit 01d83e5

Browse files
authored
version 20241105
1 parent 880bc0c commit 01d83e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/whisper_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
path = os.path.realpath(os.path.abspath(__file__))
77
sys.path.insert(0, os.path.dirname(os.path.dirname(path)))
88

9-
__version__ = "20241101"
9+
__version__ = "20241105"
1010

1111
from whisper_api.main import app # isort: skip
1212
from whisper_api.main import start

0 commit comments

Comments
 (0)