Version 0.7.5

This commit is contained in:
Fierelier 2019-01-07 00:14:30 +01:00
parent 779e03291c
commit e803811cd8

View File

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