Skip to content

Commit

Permalink
bump v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleniemeyer committed Apr 22, 2017
1 parent 97294b7 commit 3401999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyked/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = (0, 1, 3, '')
__version_info__ = (0, 1, 4, '')
__version__ = '.'.join(map(str, __version_info__[:3]))
if len(__version_info__) == 4:
__version__ += __version_info__[-1]

0 comments on commit 3401999

Please sign in to comment.