From 8b6ad2328302d6ca540c050b728ff448ddd570ae Mon Sep 17 00:00:00 2001 From: Cristi Constantin Date: Fri, 7 Jul 2023 11:34:50 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.14.0=20=E2=86=92=200.15.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extruct/VERSION | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extruct/VERSION b/extruct/VERSION index a803cc22..a5510516 100644 --- a/extruct/VERSION +++ b/extruct/VERSION @@ -1 +1 @@ -0.14.0 +0.15.0 diff --git a/setup.cfg b/setup.cfg index e024efad..5403d0ec 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.14.0 +current_version = 0.15.0 commit = True tag = True