Skip to content

Commit

Permalink
bump v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleniemeyer committed Apr 18, 2017
1 parent 13642dd commit 7bdb98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyjac/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = (1, 0, 4, 'a0')
__version_info__ = (1, 0, 4, '')
__version__ = '.'.join(map(str, __version_info__[:3]))
if len(__version_info__) == 4:
__version__ += __version_info__[-1]

0 comments on commit 7bdb98f

Please sign in to comment.