Skip to content

Commit 19bd72a

Browse files
authored
Bump version: 5.1.0 β†’ 5.1.1 (#1009)
1 parent e313e77 commit 19bd72a

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

0 commit comments

Comments
Β (0)