Skip to content

Commit

Permalink
Increase the release number, especially for the probing bug on z
Browse files Browse the repository at this point in the history
  • Loading branch information
vlachoudis committed Mar 24, 2017
1 parent 938abee commit 1e53185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bCNC.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# Author: [email protected]
# Date: 24-Aug-2014

__version__ = "0.9.8"
__date__ = "15 Jan 2017"
__version__ = "0.9.9"
__date__ = "24 Mar 2017"
__author__ = "Vasilis Vlachoudis"
__email__ = "[email protected]"

Expand Down

2 comments on commit 1e53185

@CarlosGS
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Happy 900th commit! Thanks for the hard work :-)

@HomineLudens
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep on @vlachoudis , fix bugs is a never ending story :)

Please sign in to comment.