From 10e0f3986bfd167531216b8483ec72c66b29bc59 Mon Sep 17 00:00:00 2001 From: Maria Carmina <50501033+mariacarmina@users.noreply.github.com> Date: Wed, 6 Sep 2023 16:19:49 +0300 Subject: [PATCH] Bump version v2.1.1 -> v2.1.2. (#662) --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 005e9df3..a90d3f05 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.1 +current_version = 2.1.2 commit = True tag = True diff --git a/setup.py b/setup.py index f18761ab..b63def69 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.1', + version='2.1.2', # fmt: on zip_safe=False, )