Skip to content

Commit

Permalink
version 20241105
Browse files Browse the repository at this point in the history
  • Loading branch information
MayNiklas authored Nov 5, 2024
1 parent 880bc0c commit 01d83e5
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__ = "20241101"
__version__ = "20241105"

from whisper_api.main import app # isort: skip
from whisper_api.main import start
Expand Down

0 comments on commit 01d83e5

Please sign in to comment.