Version 0.9.0

This commit is contained in:
Fierelier 2019-06-02 17:58:04 +02:00
parent 7aa40bad46
commit 99a1e8ed3c
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ def preloadExceptionHandler(exc_type, exc_value, tb):
#Imports and variables
class uml:
version = 0
versionSub = 8
versionSub2 = 1
versionSub = 9
versionSub2 = 0
versionBranch = "beta (dev)"
versionString = str(version) + "." + str(versionSub) + "." +str(versionSub2)+ " " + versionBranch