Skip to content

Commit

Permalink
updated to dev.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gepd committed Sep 28, 2017
1 parent 28135cb commit f3d9b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (2, 2, 0, '-dev.7')
VERSION = (2, 2, 0, '-dev.8')
__version__ = ".".join([str(s) for s in VERSION[:3]])
if(len(VERSION) > 3):
__version__ += VERSION[3]
Expand Down

0 comments on commit f3d9b1e

Please sign in to comment.