Skip to content

Commit

Permalink
Merge tag 'v1.1.0' into develop
Browse files Browse the repository at this point in the history
Fixed versioning in setup.py
  • Loading branch information
javi22020 committed Feb 20, 2024
2 parents 8498cac + 6a5029c commit 155a97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='easy-whisper-local',
version='1.0.3',
version='1.1.0',
packages=find_packages(),
install_requires=[
'openai-whisper'
Expand Down

0 comments on commit 155a97e

Please sign in to comment.