We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3958799 commit bc8df5dCopy full SHA for bc8df5d
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.1.4
+current_version = 2.1.5
3
commit = True
4
tag = True
5
setup.py
@@ -100,7 +100,7 @@
100
url="https://github.com/oceanprotocol/provider-py",
101
# fmt: off
102
# bumpversion needs single quotes
103
- version='2.1.4',
+ version='2.1.5',
104
# fmt: on
105
zip_safe=False,
106
)
0 commit comments