From dc1af22b276ce33d7ecceb09494891ce5f5c05f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20C=C3=A9sar=20Batista?= Date: Mon, 18 May 2020 10:37:39 -0300 Subject: [PATCH] Update version --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a6922a8..f6aa18c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='itemloaders', - version='0.1', + version='1.0.0', url='https://github.com/scrapy/itemloaders', project_urls={ 'Documentation': 'https://itemloaders.readthedocs.io/', @@ -13,6 +13,7 @@ }, description="Base library for scrapy's ItemLoader", long_description=long_description, + long_description_content_type="text/x-rst", author='Scrapinghub', author_email='info@scrapinghub.com', license='BSD',