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 e501603 commit e5a1eb9Copy full SHA for e5a1eb9
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.11.1
+current_version = 0.11.2
3
commit = True
4
tag = True
5
tag_name = v{new_version}
setup.py
@@ -2,7 +2,7 @@
setup(
name='scrapinghub-entrypoint-scrapy',
- version='0.11.1',
+ version='0.11.2',
6
license='BSD',
7
description='Scrapy entrypoint for Scrapinghub job runner',
8
long_description=open('README.rst').read(),
0 commit comments