Skip to content

Commit

Permalink
Bump alpha version
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleniemeyer committed May 2, 2019
1 parent 3fadc74 commit f957d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyteck/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = (0, 2, 5, 'a7')
__version_info__ = (0, 2, 5, 'a8')
__version__ = '.'.join(map(str, __version_info__[:3]))
if len(__version_info__) == 4:
__version__ += __version_info__[-1]

0 comments on commit f957d86

Please sign in to comment.