diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 623c335c6..0b180229e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.2.3 +current_version = 2.2.4 commit = True tag = True diff --git a/ocean_lib/__init__.py b/ocean_lib/__init__.py index 6a7d7ed7e..adee48f51 100644 --- a/ocean_lib/__init__.py +++ b/ocean_lib/__init__.py @@ -7,5 +7,5 @@ __author__ = """OceanProtocol""" # fmt: off -__version__ = '2.2.3' +__version__ = '2.2.4' # fmt: on diff --git a/setup.py b/setup.py index 826b62424..721ac8640 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.3', + version='2.2.4', # fmt: on zip_safe=False, )