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