Skip to content

Commit df00c3f

Browse files
authored
Bump version: 3.1.0 β†’ 3.1.1 (#1506)
1 parent e722cc1 commit df00c3f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

β€Ž.bumpversion.cfgβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.1.0
2+
current_version = 3.1.1
33
commit = True
44
tag = True
55

β€Žocean_lib/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77

88
__author__ = """OceanProtocol"""
99
# fmt: off
10-
__version__ = '3.1.0'
10+
__version__ = '3.1.1'
1111
# fmt: on

β€Žsetup.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
url="https://github.com/oceanprotocol/ocean.py",
9090
# fmt: off
9191
# bumpversion.sh needs single-quotes
92-
version='3.1.0',
92+
version='3.1.1',
9393
# fmt: on
9494
zip_safe=False,
9595
)

0 commit comments

Comments
Β (0)