update version number for 1.0.0-alpha1 release
This commit is contained in:
parent
84317053dd
commit
3764567c10
|
@ -1,6 +1,6 @@
|
|||
import subprocess
|
||||
|
||||
__version__ = "0.16.11.2"
|
||||
__version__ = "0.98.1"
|
||||
|
||||
try:
|
||||
node = subprocess.Popen('git rev-parse --short=12 HEAD', shell=True,
|
||||
|
|
Loading…
Reference in New Issue