From c7a2f894c9a41121cf2b5545f1a8ec27ec3ef933 Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Wed, 18 May 2022 02:47:57 +0300 Subject: [PATCH] bump to contracts 34 (#805) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * bump to contracts 34 * Bump version: 4.0.8 → 4.0.9 --- .bumpversion.cfg | 2 +- aquarius/__init__.py | 2 +- setup.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6c35c353..95d332a0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.0.8 +current_version = 4.0.9 commit = True tag = True diff --git a/aquarius/__init__.py b/aquarius/__init__.py index d4dcafe9..1ee35785 100644 --- a/aquarius/__init__.py +++ b/aquarius/__init__.py @@ -9,5 +9,5 @@ __author__ = """OceanProtocol""" # fmt: off # bumpversion needs single quotes -__version__ = '4.0.8' +__version__ = '4.0.9' # fmt: on diff --git a/setup.py b/setup.py index 6afff24b..74e13b81 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ "elasticsearch==7.17.0", "PyYAML==6.0", "pytz==2022.1", - "ocean-contracts==1.0.0a33", + "ocean-contracts==1.0.0a34", "web3==5.29.0", "gevent", "json-sempai==0.4.0", @@ -95,7 +95,7 @@ url="https://github.com/oceanprotocol/aquarius", # fmt: off # bumpversion needs single quotes - version='4.0.8', + version='4.0.9', # fmt: on zip_safe=False, )