Skip to content

Commit

Permalink
up the version to 2.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang Li committed Jan 11, 2021
1 parent 7847bb3 commit faf3752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voyages/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = (2, 2, 12, None)
__version_info__ = (2, 2, 13, None)

# Dot-connect all but the last. Last is dash-connected if not None.
__version__ = '.'.join([str(i) for i in __version_info__[:-1]])
Expand Down

0 comments on commit faf3752

Please sign in to comment.