Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbourSmith committed Apr 5, 2017
1 parent fc45896 commit 36bc2c4
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 @@ -24,7 +24,7 @@ class Data(EventDispatcher):

#Gcodes contains all of the lines of gcode in the opened file
gcode = ObjectProperty([])
version = '0.64'
version = '0.65'
#all of the available COM ports
comPorts = []
#This defines which COM port is used
Expand Down

0 comments on commit 36bc2c4

Please sign in to comment.