We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc8df5d commit 4cd244bCopy full SHA for 4cd244b
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.1.5
+current_version = 2.1.6
3
commit = True
4
tag = True
5
setup.py
@@ -18,7 +18,7 @@
18
# Installed by pip install ocean-provider
19
# or pip install -e .
20
install_requirements = [
21
- "ocean-contracts==1.1.15",
+ "ocean-contracts==2.0.2",
22
"web3==5.25.0",
23
"Flask==2.1.2",
24
"Flask-Cors==3.0.9",
@@ -100,7 +100,7 @@
100
url="https://github.com/oceanprotocol/provider-py",
101
# fmt: off
102
# bumpversion needs single quotes
103
- version='2.1.5',
+ version='2.1.6',
104
# fmt: on
105
zip_safe=False,
106
)
0 commit comments