update version to 1.0.2

This commit is contained in:
Yann Leboulanger 2018-04-30 17:03:48 +02:00
parent 9aea8eea38
commit b5c51932f4
1 changed files with 1 additions and 1 deletions

View File

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