From 623cfd6d8498bced39203ed00c041f723ea0f217 Mon Sep 17 00:00:00 2001 From: Victor Ruiz Date: Thu, 1 Feb 2024 10:18:32 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.1=20=E2=86=92=201.1.0?= 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 4eae53f..a9f550e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.1 +current_version = 1.1.0 commit = True tag = True diff --git a/setup.py b/setup.py index 6d2755b..ee473b3 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="scrapy-time-machine", - version="1.0.1", + version="1.1.0", license="MIT license", description="A downloader middleware that stores the current request chain to be crawled at another time.", # noqa long_description=readme,