Skip to content

Commit c3c82f3

Browse files
committed
Bump version: 0.13.1 → 0.13.2
1 parent 5dd8a4f commit c3c82f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.13.1
2+
current_version = 0.13.2
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
@@ -30,7 +30,7 @@
3030

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

0 commit comments

Comments
 (0)