From bd1a6f69bdfa4b1229fbfa6a0877c6e94128f9f2 Mon Sep 17 00:00:00 2001 From: Maria Carmina Date: Mon, 25 Sep 2023 16:39:05 +0300 Subject: [PATCH] Bump version 5.1.4 -> 5.1.5 --- .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 442038c7..599614a7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.1.4 +current_version = 5.1.5 commit = True tag = True diff --git a/aquarius/__init__.py b/aquarius/__init__.py index e7c955bf..267f8217 100644 --- a/aquarius/__init__.py +++ b/aquarius/__init__.py @@ -9,5 +9,5 @@ __author__ = """OceanProtocol""" # fmt: off # bumpversion needs single quotes -__version__ = '5.1.4' +__version__ = '5.1.5' # fmt: on diff --git a/setup.py b/setup.py index eb64f240..f58f5b5a 100644 --- a/setup.py +++ b/setup.py @@ -94,7 +94,7 @@ url="https://github.com/oceanprotocol/aquarius", # fmt: off # bumpversion needs single quotes - version='5.1.4', + version='5.1.5', # fmt: on zip_safe=False, )