Skip to content

Commit

Permalink
Bump version: 1.21.0 → 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VMRuiz committed May 8, 2024
1 parent 9305ef5 commit 17efc9f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.21.0
current_version = 1.22.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion spidermon/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.0
1.22.0
2 changes: 1 addition & 1 deletion spidermon/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.21.0"
__version__ = "1.22.0"

from .core.monitors import Monitor
from .core.suites import MonitorSuite
Expand Down

0 comments on commit 17efc9f

Please sign in to comment.