Skip to content

Commit

Permalink
Bump version: 0.16.0 → 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaffelson committed Dec 10, 2020
1 parent 53047b1 commit 9d75173
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nipyapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

__author__ = """Daniel Chaffelson"""
__email__ = '[email protected]'
__version__ = '0.16.0'
__version__ = '0.16.1'
__all__ = ['canvas', 'system', 'templates', 'config', 'nifi', 'registry',
'versioning', 'demo', 'utils', 'security', 'parameters']

Expand Down
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.16.0
current_version = 0.16.1
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 @@ -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()
Expand Down

0 comments on commit 9d75173

Please sign in to comment.