Skip to content

Commit

Permalink
Bump version: 0.4.6 -> 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelaye committed Jul 11, 2019
1 parent 3614f36 commit eb2a41b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion planetarypy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = 'K.-Michael Aye'
__email__ = 'kmichael.aye@gmail.com'
__version__ = '0.4.6'
__version__ = '0.5.0'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.6
current_version = 0.5.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

setup(
name='planetarypy',
version='0.4.6',
version='0.5.0',
description="Python module to support analysis of planetary data.",
long_description=readme + '\n\n' + history,
author="K.-Michael Aye",
Expand Down

0 comments on commit eb2a41b

Please sign in to comment.