Skip to content

Commit 91f34db

Browse files
committed
Bump version: 0.17.7 → 0.18.0
1 parent 875310e commit 91f34db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 = 0.17.7
2+
current_version = 0.18.0
33
commit = True
44
tag = True
55
tag_name = v{new_version}

setup.py

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

44
setup(
55
name='scrapinghub-entrypoint-scrapy',
6-
version='0.17.7',
6+
version='0.18.0',
77
license='BSD',
88
description='Scrapy entrypoint for Scrapinghub job runner',
99
long_description=open('README.md').read(),

sh_scrapy/__init__.py

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

33

44
from scrapy import version_info as scrapy_version_info

0 commit comments

Comments
 (0)