Unverified Commit c9102129 authored by moto's avatar moto Committed by GitHub
Browse files

Remove alpha from version number (#1901)

parent 83e5debf
......@@ -20,7 +20,7 @@ def _run_cmd(cmd, default):
# Creating the version file
version = '0.10.0a0'
version = '0.10.0'
sha = _run_cmd(['git', 'rev-parse', 'HEAD'], default='Unknown')
if os.getenv('BUILD_VERSION'):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment