Version 0.7.6

This commit is contained in:
Fierelier 2019-01-07 00:20:29 +01:00
parent 5c95a87df5
commit da27a6932b

View File

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