From 8ad0a67bde9203a089133074be36c28bb6664741 Mon Sep 17 00:00:00 2001 From: BarbourSmith Date: Thu, 1 Nov 2018 13:25:06 -0700 Subject: [PATCH] bump version number --- DataStructures/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataStructures/data.py b/DataStructures/data.py index 0ac9790b..6b75d1bf 100644 --- a/DataStructures/data.py +++ b/DataStructures/data.py @@ -26,7 +26,7 @@ class Data(EventDispatcher): #Gcodes contains all of the lines of gcode in the opened file gcode = ObjectProperty([]) - version = '1.24' + version = '1.25' #all of the available COM ports comPorts = [] #This defines which COM port is used