Skip to content

Commit

Permalink
bump contracts to alpha 31 (#433)
Browse files Browse the repository at this point in the history
* bump contracts to alpha 31

* Bump version: 1.0.5 → 1.0.6
  • Loading branch information
alexcos20 authored Apr 29, 2022
1 parent 4577eba commit 1989c13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 = 1.0.5
current_version = 1.0.6
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Run Barge
working-directory: ${{ github.workspace }}/barge
env:
CONTRACTS_VERSION: v1.0.0-alpha.28
CONTRACTS_VERSION: v1.0.0-alpha.31
run: |
bash -x start_ocean.sh --no-dashboard 2>&1 --with-rbac --with-provider2 --with-c2d > start_ocean.log &
for i in $(seq 1 150); do
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"flask-swagger-ui==3.25.0",
"Jinja2>=2.10.1,<3.1",
"gunicorn==20.0.4",
"ocean-contracts==1.0.0a28",
"ocean-contracts==1.0.0a31",
"coloredlogs==15.0.1",
"Werkzeug==0.16.1",
"requests_testadapter",
Expand Down Expand Up @@ -104,7 +104,7 @@
url="https://github.com/oceanprotocol/provider-py",
# fmt: off
# bumpversion needs single quotes
version='1.0.5',
version='1.0.6',
# fmt: on
zip_safe=False,
)

0 comments on commit 1989c13

Please sign in to comment.