Version bump for release

master
Anthony Forsberg 2017-05-24 15:31:56 -04:00
parent 2f8b87713c
commit c6ae5a99fc
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ from codecs import open
from os import path
import sys
appversion = "0.0.8-04"
appversion = "0.0.8-05"
pyversion = int("{}{}".format(sys.version_info[0], sys.version_info[1]))
if not pyversion >= 34: