We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 495f9eb commit ee4e4cfCopy full SHA for ee4e4cf
3 files changed
β.bumpversion.cfgβ
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.0.4
+current_version = 3.1.0
3
commit = True
4
tag = True
5
βocean_lib/__init__.pyβ
@@ -7,5 +7,5 @@
7
8
__author__ = """OceanProtocol"""
9
# fmt: off
10
-__version__ = '3.0.4'
+__version__ = '3.1.0'
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='3.0.4',
+ version='3.1.0',
93
94
zip_safe=False,
95
)
0 commit comments