Version 0.9.1

This commit is contained in:
Fierelier 2019-06-08 09:57:04 +02:00
parent 701579cb43
commit 347b22e52b
1 changed files with 1 additions and 1 deletions

View File

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