Skip to content

Commit 7384936

Browse files
authored
Bump version: 1.3.0 β†’ 1.4.0
1 parent f698b79 commit 7384936

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

β€Ž.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 = 1.3.0
2+
current_version = 1.4.0
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__ = '1.3.0'
10+
__version__ = '1.4.0'
1111
# fmt: on

β€Žsetup.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
url="https://github.com/oceanprotocol/ocean.py",
103103
# fmt: off
104104
# bumpversion.sh needs single-quotes
105-
version='1.3.0',
105+
version='1.4.0',
106106
# fmt: on
107107
zip_safe=False,
108108
)

0 commit comments

Comments
Β (0)