Version 0.9.2

This commit is contained in:
Fierelier 2019-08-19 19:19:34 +02:00
parent ed9efecc69
commit e5f2fd0018
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 = 1
versionSub2 = 2
versionBranch = "beta (dev)"
versionString = str(version) + "." + str(versionSub) + "." +str(versionSub2)+ " " + versionBranch