From 7e5edc521c5a19d5507cf18c1ed885c4c330166b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83lina=20Cenan?= Date: Mon, 17 Apr 2023 11:52:13 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.2.2=20=E2=86=92=202.2.3=20(?= =?UTF-8?q?#1397)?= 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 5c0a9af07..623c335c6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.2.2 +current_version = 2.2.3 commit = True tag = True diff --git a/ocean_lib/__init__.py b/ocean_lib/__init__.py index bdb16331f..6a7d7ed7e 100644 --- a/ocean_lib/__init__.py +++ b/ocean_lib/__init__.py @@ -7,5 +7,5 @@ __author__ = """OceanProtocol""" # fmt: off -__version__ = '2.2.2' +__version__ = '2.2.3' # fmt: on diff --git a/setup.py b/setup.py index 37098ef21..c885b4fb7 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.2', + version='2.2.3', # fmt: on zip_safe=False, )