Skip to content

Commit

Permalink
Bump version: 0.4.1 -> 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelaye committed Jun 25, 2019
1 parent eb58461 commit 55ebf64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion p4tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

__author__ = """K.-Michael Aye"""
__email__ = 'kmichael.aye@gmail.com'
__version__ = '0.4.1'
__version__ = '0.5.0'

from .p4tools import *
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.1
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 @@ -13,7 +13,7 @@

setup(
name='p4tools',
version='0.4.1',
version='0.5.0',
description="Tools for Planet Four data analysis.",
long_description=readme + '\n\n' + history,
author="K.-Michael Aye",
Expand Down

0 comments on commit 55ebf64

Please sign in to comment.