diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a9f550e..3b4a978 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.1.1 commit = True tag = True diff --git a/setup.py b/setup.py index ee473b3..7c17330 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="scrapy-time-machine", - version="1.1.0", + version="1.1.1", license="MIT license", description="A downloader middleware that stores the current request chain to be crawled at another time.", # noqa long_description=readme,