From efb23ad688d89ffd133246a64c5ebee28ddae86d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Tue, 20 Feb 2024 07:04:49 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.17.1=20=E2=86=92=200.17.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- sh_scrapy/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0bc6440..360711f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.17.1 +current_version = 0.17.2 commit = True tag = True tag_name = v{new_version} diff --git a/sh_scrapy/__init__.py b/sh_scrapy/__init__.py index c6eae9f..337a1e7 100644 --- a/sh_scrapy/__init__.py +++ b/sh_scrapy/__init__.py @@ -1 +1 @@ -__version__ = "0.17.1" +__version__ = "0.17.2"