From 49798c9928936bc547bb311edb2436cd7a0181ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83lina=20Cenan?= Date: Fri, 7 Apr 2023 14:51:46 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.2.1=20=E2=86=92=202.2.2=20(?= =?UTF-8?q?#1386)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 2b38f46ab..5c0a9af07 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.2.1 +current_version = 2.2.2 commit = True tag = True diff --git a/ocean_lib/__init__.py b/ocean_lib/__init__.py index dc32617c1..bdb16331f 100644 --- a/ocean_lib/__init__.py +++ b/ocean_lib/__init__.py @@ -7,5 +7,5 @@ __author__ = """OceanProtocol""" # fmt: off -__version__ = '2.2.1' +__version__ = '2.2.2' # fmt: on diff --git a/setup.py b/setup.py index 9fefc659a..f1aef0c44 100644 --- a/setup.py +++ b/setup.py @@ -91,7 +91,7 @@ url="https://github.com/oceanprotocol/ocean.py", # fmt: off # bumpversion.sh needs single-quotes - version='2.2.1', + version='2.2.2', # fmt: on zip_safe=False, )