We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01144ec commit 6b8002eCopy full SHA for 6b8002e
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.1.3
+current_version = 2.1.4
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.3',
+ version='2.1.4',
104
# fmt: on
105
zip_safe=False,
106
)
0 commit comments