This commit is contained in:
Philipp Hörist 2018-02-08 21:33:06 +01:00
parent 05d1a9e398
commit 5d2c2e955f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import subprocess
__version__ = "0.98.3"
__version__ = "0.99.1"
try:
node = subprocess.Popen('git rev-parse --short=12 HEAD', shell=True,