Skip to content

Commit d029621

Browse files
authored
Update ocean-contracts dependency (#576)
* Update ocean-contracts dependency * Bump version: 3.1.0 → 3.1.1
1 parent fea4b3c commit d029621

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.1.0
2+
current_version = 3.1.1
33
commit = True
44
tag = True
55

aquarius/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
__author__ = """OceanProtocol"""
1010
# fmt: off
1111
# bumpversion needs single quotes
12-
__version__ = '3.1.0'
12+
__version__ = '3.1.1'
1313
# fmt: on

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
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",
@@ -95,7 +95,7 @@
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
)

0 commit comments

Comments
 (0)