From e8014d6bcfc768a316ffcbd2acbf3efb6595b92d Mon Sep 17 00:00:00 2001 From: Maria Carmina <50501033+mariacarmina@users.noreply.github.com> Date: Thu, 30 Mar 2023 13:08:48 +0300 Subject: [PATCH] Bump version 2.2.0 -> 2.2.1 (#1380) --- .bumpversion.cfg | 2 +- ocean_lib/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6863c14a5..2b38f46ab 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.2.0 +current_version = 2.2.1 commit = True tag = True diff --git a/ocean_lib/__init__.py b/ocean_lib/__init__.py index 8a2a61233..dc32617c1 100644 --- a/ocean_lib/__init__.py +++ b/ocean_lib/__init__.py @@ -7,5 +7,5 @@ __author__ = """OceanProtocol""" # fmt: off -__version__ = '2.2.0' +__version__ = '2.2.1' # fmt: on diff --git a/setup.py b/setup.py index 0d4ca7cd2..26927d7f3 100644 --- a/setup.py +++ b/setup.py @@ -90,7 +90,7 @@ url="https://github.com/oceanprotocol/ocean.py", # fmt: off # bumpversion.sh needs single-quotes - version='2.2.0', + version='2.2.1', # fmt: on zip_safe=False, )