Skip to content

Commit

Permalink
Bump version: 0.0.16 → 0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Nessie Release Workflow [bot] committed May 21, 2021
1 parent 41975f9 commit b396076
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pydemolib/nessiedemo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@

__author__ = """Nessie Demo Setup"""
__email__ = "nessie-release-builder@dremio.com"
__version__ = "0.0.16"
__version__ = "0.0.17"
2 changes: 1 addition & 1 deletion pydemolib/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.16
current_version = 0.0.17
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion pydemolib/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@
test_suite="tests",
tests_require=[],
url="https://github.com/projectnessie/nessie",
version="0.0.16",
version="0.0.17",
zip_safe=False,
)

0 comments on commit b396076

Please sign in to comment.