Skip to content

Commit 6f54e3c

Browse files
committed
Bump version: 0.14.0 → 0.14.1
1 parent 8bc1d97 commit 6f54e3c

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.14.0
2+
current_version = 0.14.1
33
commit = True
44
tag = True
55
tag_name = v{new_version}

scrapely/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.14.0'
1+
__version__ = '0.14.1'

setup.py

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

3131
setup(
3232
name='scrapely',
33-
version='0.14.0',
33+
version='0.14.1',
3434
license='BSD',
3535
description='A pure-python HTML screen-scraping library',
3636
author='Scrapy project',

0 commit comments

Comments
 (0)