Skip to content

Commit

Permalink
Bump version to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
welchbj committed Jun 9, 2017
1 parent dab6028 commit f87aa03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tt/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Version info for tt."""

__version_info__ = (0, 6, 2)
__version_info__ = (0, 6, 3)
__version__ = '.'.join(str(i) for i in __version_info__)

0 comments on commit f87aa03

Please sign in to comment.