File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3.1.0
2+ current_version = 3.1.1
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 99__author__ = """OceanProtocol"""
1010# fmt: off
1111# bumpversion needs single quotes
12- __version__ = '3.1.0 '
12+ __version__ = '3.1.1 '
1313# fmt: on
Original file line number Diff line number Diff line change 2929 "elasticsearch==7.14.1" ,
3030 "PyYAML==5.4.1" ,
3131 "pytz==2021.1" ,
32- "ocean-contracts==0.6.5 " ,
32+ "ocean-contracts==0.6.7 " ,
3333 "web3==5.23.1" ,
3434 "jsonschema==3.2.0" ,
3535 "eciespy" ,
9595 url = "https://github.com/oceanprotocol/aquarius" ,
9696 # fmt: off
9797 # bumpversion needs single quotes
98- version = '3.1.0 ' ,
98+ version = '3.1.1 ' ,
9999 # fmt: on
100100 zip_safe = False ,
101101)
You can’t perform that action at this time.
0 commit comments