update version number for 1.0.0-alpha1 release

This commit is contained in:
Yann Leboulanger 2017-12-15 22:29:31 +01:00
parent 84317053dd
commit 3764567c10
1 changed files with 1 additions and 1 deletions

View File

@ -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,