Skip to content

Commit d7e32fa

Browse files
committed
Bump version: 1.19.0 → 1.20.0
1 parent bb383cd commit d7e32fa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.19.0
2+
current_version = 1.20.0
33
commit = True
44
tag = True
55
tag_name = {new_version}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="spidermon",
5-
version="1.19.0",
5+
version="1.20.0",
66
url="https://github.com/scrapinghub/spidermon",
77
author="Zyte",
88
author_email="[email protected]",

spidermon/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.19.0
1+
1.20.0

spidermon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.19.0"
1+
__version__ = "1.20.0"
22

33
from .core.monitors import Monitor
44
from .core.suites import MonitorSuite

0 commit comments

Comments
 (0)