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