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 = 5.1.2
2+ current_version = 5.1.3
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__ = '5.1.2 '
12+ __version__ = '5.1.3 '
1313# fmt: on
Original file line number Diff line number Diff line change 2929 "elasticsearch==8.8.2" ,
3030 "PyYAML==6.0" ,
3131 "pytz==2023.3" ,
32- "ocean-contracts==1.1.13 " ,
32+ "ocean-contracts==1.1.14 " ,
3333 "web3==6.6.1" ,
3434 "gevent" ,
3535 "python-dateutil==2.8.2" ,
9494 url = "https://github.com/oceanprotocol/aquarius" ,
9595 # fmt: off
9696 # bumpversion needs single quotes
97- version = '5.1.2 ' ,
97+ version = '5.1.3 ' ,
9898 # fmt: on
9999 zip_safe = False ,
100100)
You can’t perform that action at this time.
0 commit comments