Skip to content

Commit c22ff8a

Browse files
authored
Feature/bump_contracts_to_1.1.14 (#1046)
* bump contracts * Bump version: 5.1.2 → 5.1.3
1 parent 50098d8 commit c22ff8a

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 = 5.1.2
2+
current_version = 5.1.3
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__ = '5.1.2'
12+
__version__ = '5.1.3'
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==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",
@@ -94,7 +94,7 @@
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
)

0 commit comments

Comments
 (0)