Skip to content

Commit

Permalink
updated to version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gepd committed Mar 7, 2018
1 parent 461a5c1 commit abeba09
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)
VERSION = (2, 2, 1)
__version__ = ".".join([str(s) for s in VERSION[:3]])
if(len(VERSION) > 3):
__version__ += VERSION[3]
Expand Down

0 comments on commit abeba09

Please sign in to comment.