We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e313e77 commit 19bd72aCopy full SHA for 19bd72a
β.bumpversion.cfgβ
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 5.1.0
+current_version = 5.1.1
3
commit = True
4
tag = True
5
βaquarius/__init__.pyβ
@@ -9,5 +9,5 @@
9
__author__ = """OceanProtocol"""
10
# fmt: off
11
# bumpversion needs single quotes
12
-__version__ = '5.1.0'
+__version__ = '5.1.1'
13
# fmt: on
βsetup.pyβ
@@ -94,7 +94,7 @@
94
url="https://github.com/oceanprotocol/aquarius",
95
96
97
- version='5.1.0',
+ version='5.1.1',
98
99
zip_safe=False,
100
)
0 commit comments