diff --git a/p4tools/__init__.py b/p4tools/__init__.py index cf42fc6..5230e1e 100644 --- a/p4tools/__init__.py +++ b/p4tools/__init__.py @@ -4,4 +4,4 @@ __author__ = """K.-Michael Aye""" __email__ = 'kmichael.aye@gmail.com' -__version__ = '0.5.4' +__version__ = '0.6.0' diff --git a/setup.cfg b/setup.cfg index 5738e2b..6b7fd52 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.4 +current_version = 0.6.0 commit = True tag = True diff --git a/setup.py b/setup.py index a504ef9..d7e9796 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='p4tools', - version='0.5.4', + version='0.6.0', description="Tools for Planet Four data analysis.", long_description=readme + '\n\n' + history, author="K.-Michael Aye",