We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edffd9d commit 3fda642Copy full SHA for 3fda642
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.13.4
+current_version = 0.13.5
3
commit = True
4
tag = True
5
tag_name = v{new_version}
scrapely/version.py
@@ -1 +1 @@
-__version__ = '0.13.4'
+__version__ = '0.13.5'
setup.py
@@ -30,7 +30,7 @@
30
31
setup(
32
name='scrapely',
33
- version='0.13.4',
+ version='0.13.5',
34
license='BSD',
35
description='A pure-python HTML screen-scraping library',
36
author='Scrapy project',
0 commit comments