diff --git a/DataStructures/data.py b/DataStructures/data.py index 4472bace..0346a668 100644 --- a/DataStructures/data.py +++ b/DataStructures/data.py @@ -25,7 +25,7 @@ class Data(EventDispatcher): #Gcodes contains all of the lines of gcode in the opened file gcode = ObjectProperty([]) - version = '0.72' + version = '0.73' #all of the available COM ports comPorts = [] #This defines which COM port is used