diff --git a/phypy/__init__.py b/phypy/__init__.py index 965ba3e..ed427be 100644 --- a/phypy/__init__.py +++ b/phypy/__init__.py @@ -4,7 +4,7 @@ __author__ = """Chance Tarver""" __email__ = 'tarver.chance@gmail.com' -__version__ = '0.2.4' +__version__ = '0.2.5' from . import analog from . import corrections diff --git a/setup.cfg b/setup.cfg index d684cb4..f2b0820 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.4 +current_version = 0.2.5 commit = True tag = True diff --git a/setup.py b/setup.py index f43e533..cf2717a 100644 --- a/setup.py +++ b/setup.py @@ -39,6 +39,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/ctarver/phypy', - version='0.2.4', + version='0.2.5', zip_safe=False, )