Skip to content

Commit ebde230

Browse files
committed
Bump version: 1.18.0 → 1.19.0
1 parent 01e24b3 commit ebde230

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.18.0
2+
current_version = 1.19.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
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name="spidermon",
21-
version="1.18.0",
21+
version="1.19.0",
2222
url="https://github.com/scrapinghub/spidermon",
2323
author="Zyte",
2424
author_email="[email protected]",

spidermon/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.18.0
1+
1.19.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.18.0"
1+
__version__ = "1.19.0"
22

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

0 commit comments

Comments
 (0)