We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a28e7fa commit a439ec2Copy full SHA for a439ec2
β.bumpversion.cfgβ
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.2.4
+current_version = 3.0.1
3
commit = True
4
tag = True
5
βocean_lib/__init__.pyβ
@@ -7,5 +7,5 @@
7
8
__author__ = """OceanProtocol"""
9
# fmt: off
10
-__version__ = '2.2.4'
+__version__ = '3.0.1'
11
# fmt: on
βsetup.pyβ
@@ -89,7 +89,7 @@
89
url="https://github.com/oceanprotocol/ocean.py",
90
91
# bumpversion.sh needs single-quotes
92
- version='2.2.4',
+ version='3.0.1',
93
94
zip_safe=False,
95
)
0 commit comments