We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c586a89 commit 4296b99Copy full SHA for 4296b99
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.8
+current_version = 1.0.9
3
commit = True
4
tag = True
5
setup.py
@@ -29,7 +29,7 @@
29
"flask-swagger-ui==3.25.0",
30
"Jinja2>=2.10.1,<3.1",
31
"gunicorn==20.0.4",
32
- "ocean-contracts==1.0.0a32",
+ "ocean-contracts==1.0.0a33",
33
"coloredlogs==15.0.1",
34
"Werkzeug==2.0.3",
35
"requests_testadapter",
@@ -104,7 +104,7 @@
104
url="https://github.com/oceanprotocol/provider-py",
105
# fmt: off
106
# bumpversion needs single quotes
107
- version='1.0.8',
+ version='1.0.9',
108
# fmt: on
109
zip_safe=False,
110
)
0 commit comments