Skip to content

Commit

Permalink
Setting a new version number before tagging for staging
Browse files Browse the repository at this point in the history
  • Loading branch information
dellamonica authored Sep 29, 2020
1 parent c8c7327 commit 95d5d6f
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, 10, None)
__version_info__ = (2, 2, 11, 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 95d5d6f

Please sign in to comment.