Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaspuff committed Jan 4, 2020
1 parent bcb646d commit 2a56225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cure/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = (0, 2, 0)
__version_info__ = (0, 2, 1)
__version__ = "".join([".{}".format(str(n)) if type(n) is int else str(n) for n in __version_info__]).replace(
".", "", 1 if type(__version_info__[0]) is int else 0
)
Expand Down

0 comments on commit 2a56225

Please sign in to comment.