Skip to content

Commit 38b700b

Browse files
ZyteZyte
Zyte
authored and
Zyte
committed
Bump version: 1.22.0 → 1.23.0
1 parent 29095ed commit 38b700b

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.22.0
2+
current_version = 1.23.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.22.0",
5+
version="1.23.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.22.0
1+
1.23.0

spidermon/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.22.0"
1+
__version__ = "1.23.0"
22

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

0 commit comments

Comments
 (0)