diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f803beb48..5ddc8ac05 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.4 +current_version = 3.1.0 commit = True tag = True diff --git a/ocean_lib/__init__.py b/ocean_lib/__init__.py index 366cec783..6fe4379d2 100644 --- a/ocean_lib/__init__.py +++ b/ocean_lib/__init__.py @@ -7,5 +7,5 @@ __author__ = """OceanProtocol""" # fmt: off -__version__ = '3.0.4' +__version__ = '3.1.0' # fmt: on diff --git a/setup.py b/setup.py index 28bd62308..6f95a752b 100644 --- a/setup.py +++ b/setup.py @@ -89,7 +89,7 @@ url="https://github.com/oceanprotocol/ocean.py", # fmt: off # bumpversion.sh needs single-quotes - version='3.0.4', + version='3.1.0', # fmt: on zip_safe=False, )