Commit ba4ae53 1 parent db46501 commit ba4ae53 Copy full SHA for ba4ae53
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.0.6
2
+ current_version = 1.0.7
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 27
27
- name : Run Barge
28
28
working-directory : ${{ github.workspace }}/barge
29
29
env :
30
- CONTRACTS_VERSION : v1.0.0-alpha.31
30
+ CONTRACTS_VERSION : v1.0.0-alpha.32
31
31
run : |
32
32
bash -x start_ocean.sh --no-dashboard 2>&1 --with-rbac --with-provider2 --with-c2d > start_ocean.log &
33
33
for i in $(seq 1 150); do
Original file line number Diff line number Diff line change 29
29
"flask-swagger-ui==3.25.0" ,
30
30
"Jinja2>=2.10.1,<3.1" ,
31
31
"gunicorn==20.0.4" ,
32
- "ocean-contracts==1.0.0a31 " ,
32
+ "ocean-contracts==1.0.0a32 " ,
33
33
"coloredlogs==15.0.1" ,
34
34
"Werkzeug==2.0.3" ,
35
35
"requests_testadapter" ,
104
104
url = "https://github.com/oceanprotocol/provider-py" ,
105
105
# fmt: off
106
106
# bumpversion needs single quotes
107
- version = '1.0.6 ' ,
107
+ version = '1.0.7 ' ,
108
108
# fmt: on
109
109
zip_safe = False ,
110
110
)
You can’t perform that action at this time.
0 commit comments