Skip to content

Commit 4cd244b

Browse files
authored
bump contracts (#674)
* bump contracts * Bump version: 2.1.5 → 2.1.6 * test upcoming barge * put back main barge, cause tests were green
1 parent bc8df5d commit 4cd244b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.1.5
2+
current_version = 2.1.6
33
commit = True
44
tag = True
55

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Installed by pip install ocean-provider
1919
# or pip install -e .
2020
install_requirements = [
21-
"ocean-contracts==1.1.15",
21+
"ocean-contracts==2.0.2",
2222
"web3==5.25.0",
2323
"Flask==2.1.2",
2424
"Flask-Cors==3.0.9",
@@ -100,7 +100,7 @@
100100
url="https://github.com/oceanprotocol/provider-py",
101101
# fmt: off
102102
# bumpversion needs single quotes
103-
version='2.1.5',
103+
version='2.1.6',
104104
# fmt: on
105105
zip_safe=False,
106106
)

0 commit comments

Comments
 (0)