Skip to content

Commit

Permalink
Bump version: 1.17.1 → 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VMRuiz committed Mar 13, 2023
1 parent da3437d commit 0cf783f
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.17.1
current_version = 1.18.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 @@ -18,7 +18,7 @@

setup(
name="spidermon",
version="1.17.1",
version="1.18.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.17.1
1.18.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.17.1"
__version__ = "1.18.0"

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

0 comments on commit 0cf783f

Please sign in to comment.