We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50dbc21 commit 2c3e851Copy full SHA for 2c3e851
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.16.1
+current_version = 0.16.2
3
commit = True
4
tag = True
5
setup.py
@@ -24,7 +24,7 @@
24
25
setup(
26
name="packtivity",
27
- version="0.16.1",
+ version="0.16.2",
28
description="packtivity - general purpose schema + bindings for PROV activities",
29
long_description=(this_directory / "README.md").read_text(),
30
long_description_content_type="text/markdown",
0 commit comments