Skip to content

Commit dc1af22

Browse files
committed
Update version
1 parent 361d03d commit dc1af22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55

66
setup(
77
name='itemloaders',
8-
version='0.1',
8+
version='1.0.0',
99
url='https://github.com/scrapy/itemloaders',
1010
project_urls={
1111
'Documentation': 'https://itemloaders.readthedocs.io/',
1212
'Source': 'https://github.com/scrapy/itemloaders',
1313
},
1414
description="Base library for scrapy's ItemLoader",
1515
long_description=long_description,
16+
long_description_content_type="text/x-rst",
1617
author='Scrapinghub',
1718
author_email='[email protected]',
1819
license='BSD',

0 commit comments

Comments
 (0)