Skip to content

Commit ed81d5a

Browse files
committed
Bump version: 1.20.0 → 1.21.0
1 parent aa21b74 commit ed81d5a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.20.0
2+
current_version = 1.21.0
33
commit = True
44
tag = True
55
tag_name = {new_version}

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

spidermon/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.20.0
1+
1.21.0

spidermon/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.20.0"
1+
__version__ = "1.21.0"
22

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

0 commit comments

Comments
 (0)