Skip to content

Commit 4296b99

Browse files
authored
bump contracts to alpha 33 (#449)
* bump contracts to alpha 33 * Bump version: 1.0.8 → 1.0.9
1 parent c586a89 commit 4296b99

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.8
2+
current_version = 1.0.9
33
commit = True
44
tag = True
55

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"flask-swagger-ui==3.25.0",
3030
"Jinja2>=2.10.1,<3.1",
3131
"gunicorn==20.0.4",
32-
"ocean-contracts==1.0.0a32",
32+
"ocean-contracts==1.0.0a33",
3333
"coloredlogs==15.0.1",
3434
"Werkzeug==2.0.3",
3535
"requests_testadapter",
@@ -104,7 +104,7 @@
104104
url="https://github.com/oceanprotocol/provider-py",
105105
# fmt: off
106106
# bumpversion needs single quotes
107-
version='1.0.8',
107+
version='1.0.9',
108108
# fmt: on
109109
zip_safe=False,
110110
)

0 commit comments

Comments
 (0)