From 141ac8365ec339a0af4b27307f719a0b11cc0c19 Mon Sep 17 00:00:00 2001 From: Trent McConaghy Date: Mon, 19 Sep 2022 22:17:12 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.0=20=E2=86=92=201.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ship new version of ocean.py (v1.3.0). Issue #947, PR #948 --- .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 662034fb5..4e083d5d6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.0 +current_version = 1.3.0 commit = True tag = True diff --git a/ocean_lib/__init__.py b/ocean_lib/__init__.py index 4dc7b3a1b..d711142e0 100644 --- a/ocean_lib/__init__.py +++ b/ocean_lib/__init__.py @@ -7,5 +7,5 @@ __author__ = """OceanProtocol""" # fmt: off -__version__ = '1.2.0' +__version__ = '1.3.0' # fmt: on diff --git a/setup.py b/setup.py index 6968ee300..6ac32f920 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='1.2.0', + version='1.3.0', # fmt: on zip_safe=False, )