Skip to content

Commit b396076

Browse files
author
Nessie Release Workflow [bot]
committed
Bump version: 0.0.16 → 0.0.17
1 parent 41975f9 commit b396076

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pydemolib/nessiedemo/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
__author__ = """Nessie Demo Setup"""
2020
__email__ = "[email protected]"
21-
__version__ = "0.0.16"
21+
__version__ = "0.0.17"

pydemolib/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.16
2+
current_version = 0.0.17
33
commit = False
44
tag = False
55

pydemolib/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@
6464
test_suite="tests",
6565
tests_require=[],
6666
url="https://github.com/projectnessie/nessie",
67-
version="0.0.16",
67+
version="0.0.17",
6868
zip_safe=False,
6969
)

0 commit comments

Comments
 (0)