Skip to content

Commit 221a588

Browse files
authored
Bump version 5.1.4 -> 5.1.5 (#1066)
1 parent c1072ee commit 221a588

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.4
2+
current_version = 5.1.5
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.4'
12+
__version__ = '5.1.5'
1313
# fmt: on

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
url="https://github.com/oceanprotocol/aquarius",
9595
# fmt: off
9696
# bumpversion needs single quotes
97-
version='5.1.4',
97+
version='5.1.5',
9898
# fmt: on
9999
zip_safe=False,
100100
)

0 commit comments

Comments
 (0)