Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Dec 30, 2024
1 parent dd53bb2 commit 513fff7
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 @@ -24,7 +24,7 @@ def get_version():
'# END_VERSION_BLOCK' in line):
break
version = f"{major}.{minor}.{build}"
if alpha:
if int(alpha):
version += f"a{alpha}"
return version

Expand Down

0 comments on commit 513fff7

Please sign in to comment.