Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbourSmith committed May 24, 2017
1 parent e74e730 commit ffb37e2
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 @@ -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
Expand Down

0 comments on commit ffb37e2

Please sign in to comment.