From 6b8002ef97dacc5723c1e12f90d2f7c2d83a78eb Mon Sep 17 00:00:00 2001 From: Maria Carmina <50501033+mariacarmina@users.noreply.github.com> Date: Thu, 26 Oct 2023 18:07:54 +0300 Subject: [PATCH] Bump version 2.1.3 -> 2.1.4 (#671) --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 35c1f5fa..c9c00930 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.3 +current_version = 2.1.4 commit = True tag = True diff --git a/setup.py b/setup.py index e6c36371..e0eb25c7 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.3', + version='2.1.4', # fmt: on zip_safe=False, )