Skip to content

Commit ba4ae53

Browse files
authored
Feature/release 1.0.7 (#438)
* bump contracts * bump contracts in pytest * Bump version: 1.0.6 → 1.0.7
1 parent db46501 commit ba4ae53

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.6
2+
current_version = 1.0.7
33
commit = True
44
tag = True
55

.github/workflows/pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Run Barge
2828
working-directory: ${{ github.workspace }}/barge
2929
env:
30-
CONTRACTS_VERSION: v1.0.0-alpha.31
30+
CONTRACTS_VERSION: v1.0.0-alpha.32
3131
run: |
3232
bash -x start_ocean.sh --no-dashboard 2>&1 --with-rbac --with-provider2 --with-c2d > start_ocean.log &
3333
for i in $(seq 1 150); do

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.0a31",
32+
"ocean-contracts==1.0.0a32",
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.6',
107+
version='1.0.7',
108108
# fmt: on
109109
zip_safe=False,
110110
)

0 commit comments

Comments
 (0)