diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8ea8f7c8d..8fb9eb191 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.4 +current_version = 0.8.5 commit = True tag = True diff --git a/ocean_lib/__init__.py b/ocean_lib/__init__.py index 0a0e0b7e7..4d5fe0d16 100644 --- a/ocean_lib/__init__.py +++ b/ocean_lib/__init__.py @@ -7,5 +7,5 @@ __author__ = """OceanProtocol""" # fmt: off -__version__ = '0.8.4' +__version__ = '0.8.5' # fmt: on diff --git a/setup.py b/setup.py index 397628f46..e863200ea 100644 --- a/setup.py +++ b/setup.py @@ -99,7 +99,7 @@ url="https://github.com/oceanprotocol/ocean.py", # fmt: off # bumpversion.sh needs single-quotes - version='0.8.4', + version='0.8.5', # fmt: on zip_safe=False, )