Update version to 0.98.2

This commit is contained in:
Philipp Hörist 2017-12-17 11:56:04 +01:00
parent 020d4754df
commit 2001cf4a17
1 changed files with 1 additions and 1 deletions

View File

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