Skip to content

Commit

Permalink
update version to 20241101
Browse files Browse the repository at this point in the history
  • Loading branch information
MayNiklas committed Nov 2, 2024
1 parent 930b051 commit 2d77714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/whisper_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d77714

Please sign in to comment.