We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd53bb2 commit 513fff7Copy full SHA for 513fff7
setup.py
@@ -24,7 +24,7 @@ def get_version():
24
'# END_VERSION_BLOCK' in line):
25
break
26
version = f"{major}.{minor}.{build}"
27
- if alpha:
+ if int(alpha):
28
version += f"a{alpha}"
29
return version
30
0 commit comments