Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbourSmith committed Nov 1, 2018
1 parent 6ac8ced commit 8ad0a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataStructures/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ad0a67

Please sign in to comment.