From f63f3bc6d8811cb47549e44df4886ad4795496cd Mon Sep 17 00:00:00 2001 From: David Hunt-Mateo Date: Mon, 16 May 2022 13:27:29 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.1.3=20=E2=86=92=203.1.4=20(?= =?UTF-8?q?#802)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- aquarius/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0a1508f0..9b725308 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.1.3 +current_version = 3.1.4 commit = True tag = True diff --git a/aquarius/__init__.py b/aquarius/__init__.py index 6cb9aae7..46647b3d 100644 --- a/aquarius/__init__.py +++ b/aquarius/__init__.py @@ -9,5 +9,5 @@ __author__ = """OceanProtocol""" # fmt: off # bumpversion needs single quotes -__version__ = '3.1.3' +__version__ = '3.1.4' # fmt: on diff --git a/setup.py b/setup.py index 141150be..a28e44ec 100644 --- a/setup.py +++ b/setup.py @@ -94,7 +94,7 @@ url="https://github.com/oceanprotocol/aquarius", # fmt: off # bumpversion needs single quotes - version='3.1.3', + version='3.1.4', # fmt: on zip_safe=False, )