1
Fork 0

updated version

This commit is contained in:
Jake Howard 2015-05-19 12:20:09 +01:00
parent e7687ded09
commit b4a8b7db3f
1 changed files with 1 additions and 1 deletions

2
GUI.py
View File

@ -7,7 +7,7 @@ from assets import Textures
PADDING_TITLE = 15
PADDING_BUTTON = 9
VERSION = {"ID":"2.1", "DATE": "13/05/15 09:31"}
VERSION = {"ID":"2.2", "DATE": "19/05/15"}
class Main_Window:
def __init__(self, master):