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