Version 0.7.7

This commit is contained in:
Fierelier 2019-01-07 04:33:40 +01:00
parent f5e0352040
commit a47dc20470
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 = 7
versionSub2 = 6
versionSub2 = 7
versionBranch = "beta (dev)"
versionString = str(version) + "." + str(versionSub) + "." +str(versionSub2)+ " " + versionBranch