Skip to content

Commit

Permalink
bump to version 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gepd committed Jul 11, 2020
1 parent 471037f commit ac77241
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, 2)
VERSION = (2, 2, 3)
__version__ = ".".join([str(s) for s in VERSION[:3]])
if(len(VERSION) > 3):
__version__ += VERSION[3]
Expand Down

0 comments on commit ac77241

Please sign in to comment.