Skip to content

Commit

Permalink
Fix version format in setup.py to use hyphen instead of plus sign
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Nov 13, 2024
1 parent 418a276 commit 39aeab0
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 @@ -99,7 +99,7 @@ def build_extension(self, ext):

setup(
name="simpler-whisper",
version=f"0.2.4+{acceleration}",
version=f"0.2.4-{acceleration}",
author="Roy Shilkrot",
author_email="[email protected]",
description="A simple Python wrapper for whisper.cpp",
Expand Down

0 comments on commit 39aeab0

Please sign in to comment.