Skip to content

Commit d73bbce

Browse files
authored
Bump version: 5.1.3 β†’ 5.1.4 (#1048)
1 parent a207282 commit d73bbce

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.3
2+
current_version = 5.1.4
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.3'
12+
__version__ = '5.1.4'
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.3',
97+
version='5.1.4',
9898
# fmt: on
9999
zip_safe=False,
100100
)

0 commit comments

Comments
Β (0)