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 7f424fa commit ff8af77Copy full SHA for ff8af77
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.13.3
+current_version = 0.13.4
3
commit = True
4
tag = True
5
tag_name = v{new_version}
scrapely/version.py
@@ -1 +1 @@
-__version__ = '0.13.3'
+__version__ = '0.13.4'
setup.py
@@ -30,7 +30,7 @@
30
31
setup(
32
name='scrapely',
33
- version='0.13.3',
+ version='0.13.4',
34
license='BSD',
35
description='A pure-python HTML screen-scraping library',
36
author='Scrapy project',
0 commit comments