diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 457f6599..8496fdb6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.21.0 +current_version = 1.22.0 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index 0db6faf2..e64f748c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="spidermon", - version="1.21.0", + version="1.22.0", url="https://github.com/scrapinghub/spidermon", author="Zyte", author_email="opensource@zyte.com", diff --git a/spidermon/VERSION b/spidermon/VERSION index 3500250a..57807d6d 100644 --- a/spidermon/VERSION +++ b/spidermon/VERSION @@ -1 +1 @@ -1.21.0 +1.22.0 diff --git a/spidermon/__init__.py b/spidermon/__init__.py index 277a5b27..01f6c5bf 100644 --- a/spidermon/__init__.py +++ b/spidermon/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.21.0" +__version__ = "1.22.0" from .core.monitors import Monitor from .core.suites import MonitorSuite