We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1072ee commit 221a588Copy full SHA for 221a588
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 5.1.4
+current_version = 5.1.5
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.4'
+__version__ = '5.1.5'
13
# fmt: on
setup.py
@@ -94,7 +94,7 @@
94
url="https://github.com/oceanprotocol/aquarius",
95
96
97
- version='5.1.4',
+ version='5.1.5',
98
99
zip_safe=False,
100
)
0 commit comments