From ce7b4068bb38323b28a77778b6c5c8d68fca458a Mon Sep 17 00:00:00 2001 From: Maria Carmina Date: Thu, 16 Nov 2023 21:29:37 +0200 Subject: [PATCH] Bump version v2.1.4 -> v.2.1.5 --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c9c00930..84ed962b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.4 +current_version = 2.1.5 commit = True tag = True diff --git a/setup.py b/setup.py index e0eb25c7..bda5b944 100644 --- a/setup.py +++ b/setup.py @@ -100,7 +100,7 @@ url="https://github.com/oceanprotocol/provider-py", # fmt: off # bumpversion needs single quotes - version='2.1.4', + version='2.1.5', # fmt: on zip_safe=False, )