Skip to content

Commit c910212

Browse files
authored
Remove alpha from version number (#1901)
1 parent 83e5deb commit c910212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def _run_cmd(cmd, default):
2020

2121

2222
# Creating the version file
23-
version = '0.10.0a0'
23+
version = '0.10.0'
2424
sha = _run_cmd(['git', 'rev-parse', 'HEAD'], default='Unknown')
2525

2626
if os.getenv('BUILD_VERSION'):

0 commit comments

Comments
 (0)