Skip to content

Commit

Permalink
Merge tag '2.0' into develop
Browse files Browse the repository at this point in the history
2.0 release
  • Loading branch information
jayvarner committed Jul 13, 2020
2 parents 28164d0 + 672d37a commit 170dfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readux/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = (1, 8, 3, None)
__version_info__ = (2, 0, 0, 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 170dfde

Please sign in to comment.