From d0be072e9ab8f5519827a7499926bab29997a4c7 Mon Sep 17 00:00:00 2001 From: David Hunt-Mateo Date: Fri, 6 Aug 2021 18:33:56 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.29=20=E2=86=92=200.5.30?= =?UTF-8?q?=20(#432)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/source/conf.py | 2 +- ocean_lib/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2c00a5a6a..b5c7cf667 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.29 +current_version = 0.5.30 commit = True tag = True diff --git a/docs/source/conf.py b/docs/source/conf.py index 4546a36a6..9824cd15e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -32,7 +32,7 @@ author = "ocean.py contributors" # The full version, including alpha/beta/rc tags -release = "0.5.29" +release = "0.5.30" # The short X.Y version release_parts = release.split(".") # a list version = release_parts[0] + "." + release_parts[1] diff --git a/ocean_lib/__init__.py b/ocean_lib/__init__.py index 50f805da7..dcb126abf 100644 --- a/ocean_lib/__init__.py +++ b/ocean_lib/__init__.py @@ -7,5 +7,5 @@ __author__ = """OceanProtocol""" # fmt: off -__version__ = '0.5.29' +__version__ = '0.5.30' # fmt: on diff --git a/setup.py b/setup.py index 22e6b307b..15c2dec84 100644 --- a/setup.py +++ b/setup.py @@ -102,7 +102,7 @@ url="https://github.com/oceanprotocol/ocean.py", # fmt: off # bumpversion.sh needs single-quotes - version='0.5.29', + version='0.5.30', # fmt: on zip_safe=False, )