Version 0.8.1

This commit is contained in:
Fierelier 2019-06-02 16:32:08 +02:00
parent 01c926bf67
commit abc132c287
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ def preloadExceptionHandler(exc_type, exc_value, tb):
class uml:
version = 0
versionSub = 8
versionSub2 = 0
versionSub2 = 1
versionBranch = "beta (dev)"
versionString = str(version) + "." + str(versionSub) + "." +str(versionSub2)+ " " + versionBranch