We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e722cc1 commit df00c3fCopy full SHA for df00c3f
β.bumpversion.cfgβ
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.1.0
+current_version = 3.1.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__ = '3.1.0'
+__version__ = '3.1.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='3.1.0',
+ version='3.1.1',
93
94
zip_safe=False,
95
)
0 commit comments