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