Skip to content

Commit

Permalink
bump contracts (#674)
Browse files Browse the repository at this point in the history
* bump contracts

* Bump version: 2.1.5 → 2.1.6

* test upcoming barge

* put back main barge, cause tests were green
  • Loading branch information
alexcos20 authored Nov 24, 2023
1 parent bc8df5d commit 4cd244b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.1.5
current_version = 2.1.6
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Installed by pip install ocean-provider
# or pip install -e .
install_requirements = [
"ocean-contracts==1.1.15",
"ocean-contracts==2.0.2",
"web3==5.25.0",
"Flask==2.1.2",
"Flask-Cors==3.0.9",
Expand Down Expand Up @@ -100,7 +100,7 @@
url="https://github.com/oceanprotocol/provider-py",
# fmt: off
# bumpversion needs single quotes
version='2.1.5',
version='2.1.6',
# fmt: on
zip_safe=False,
)

0 comments on commit 4cd244b

Please sign in to comment.