Skip to content

Commit 7c10f1a

Browse files
committed
Bump version: 0.16.2 → 0.16.3
1 parent 2b63e95 commit 7c10f1a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

nipyapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
__author__ = """Daniel Chaffelson"""
1111
__email__ = '[email protected]'
12-
__version__ = '0.16.2'
12+
__version__ = '0.16.3'
1313
__all__ = ['canvas', 'system', 'templates', 'config', 'nifi', 'registry',
1414
'versioning', 'demo', 'utils', 'security', 'parameters']
1515

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.16.2
2+
current_version = 0.16.3
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
with open('docs/history.rst') as history_file:
1212
history = history_file.read()
1313

14-
proj_version = '0.16.2'
14+
proj_version = '0.16.3'
1515

1616
with open('requirements.txt') as reqs_file:
1717
requirements = reqs_file.read().splitlines()

0 commit comments

Comments
 (0)