Skip to content

Commit

Permalink
Merge tag '1.8.1' into develop
Browse files Browse the repository at this point in the history
Release 1.8.1 - Bug Fixes
  • Loading branch information
Yang committed Apr 11, 2017
2 parents c93583b + 66e078d commit 1f0ae08
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, 0, None)
__version_info__ = (1, 8, 1, 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 1f0ae08

Please sign in to comment.