Skip to content

Commit a439ec2

Browse files
authored
Bump version to 3.0.1 (#1468)
* Bump version: 2.2.4 β†’ 3.0.0 * Bump version: 3.0.0 β†’ 3.0.1
1 parent a28e7fa commit a439ec2

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 = 2.2.4
2+
current_version = 3.0.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__ = '2.2.4'
10+
__version__ = '3.0.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='2.2.4',
92+
version='3.0.1',
9393
# fmt: on
9494
zip_safe=False,
9595
)

0 commit comments

Comments
Β (0)