From 93333fac0995da3d4e6d25380b2b5e8091e1f106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83lina=20Cenan?= Date: Fri, 17 Mar 2023 14:31:37 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.3.12=20=E2=86=92=201.4.0=20?= =?UTF-8?q?(#619)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3aaeced0..bc6de5b3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.12 +current_version = 1.4.0 commit = True tag = True diff --git a/setup.py b/setup.py index e3487de4..3a66b26f 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='1.3.12', + version='1.4.0', # fmt: on zip_safe=False, )