diff --git a/nipyapi/__init__.py b/nipyapi/__init__.py index e6c39c3f..a84f9830 100644 --- a/nipyapi/__init__.py +++ b/nipyapi/__init__.py @@ -9,7 +9,7 @@ __author__ = """Daniel Chaffelson""" __email__ = 'chaffelson@gmail.com' -__version__ = '0.16.0' +__version__ = '0.16.1' __all__ = ['canvas', 'system', 'templates', 'config', 'nifi', 'registry', 'versioning', 'demo', 'utils', 'security', 'parameters'] diff --git a/setup.cfg b/setup.cfg index 9ade118d..f9d4d16a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.16.0 +current_version = 0.16.1 commit = True tag = True diff --git a/setup.py b/setup.py index cd5e7472..2fd00483 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ with open('docs/history.rst') as history_file: history = history_file.read() -proj_version = '0.16.0' +proj_version = '0.16.1' with open('requirements.txt') as reqs_file: requirements = reqs_file.read().splitlines()