From 20a55f0db689cf6b40592f6b8a3408862e0f1fb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Mon, 18 Dec 2023 11:07:07 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.0=20=E2=86=92=200.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 186c0b2..13df4bd 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.0 +current_version = 0.5.0 commit = True tag = True tag_name = {new_version} diff --git a/docs/conf.py b/docs/conf.py index 08c0a7e..ea6f8f8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -4,7 +4,7 @@ project = "zyte-spider-templates" copyright = "2023, Zyte Group Ltd" author = "Zyte Group Ltd" -release = "0.4.0" +release = "0.5.0" sys.path.insert(0, str(Path(__file__).parent.absolute())) # _ext extensions = [ diff --git a/setup.py b/setup.py index 44e96b0..647acac 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="zyte-spider-templates", - version="0.4.0", + version="0.5.0", description="Spider templates for automatic crawlers.", long_description=open("README.rst").read(), long_description_content_type="text/x-rst",