Skip to content

Commit c248c2a

Browse files
committed
bump version number
1 parent a56658b commit c248c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataStructures/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Data(EventDispatcher):
2626

2727
#Gcodes contains all of the lines of gcode in the opened file
2828
gcode = ObjectProperty([])
29-
version = '1.16'
29+
version = '1.17'
3030
#all of the available COM ports
3131
comPorts = []
3232
#This defines which COM port is used

0 commit comments

Comments
 (0)