mirror of https://github.com/scrapy/scrapy.git
bump version
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40254
This commit is contained in:
parent
c6d4a37a98
commit
cfb56e39bb
|
|
@ -8,11 +8,9 @@ def findfiles(pattern, base='.'):
|
|||
return matches
|
||||
|
||||
|
||||
name = 'scrapy'
|
||||
|
||||
setup(
|
||||
name = name,
|
||||
version = '0.1',
|
||||
name = 'scrapy',
|
||||
version = '0.8',
|
||||
description = '',
|
||||
long_description = '',
|
||||
author = '',
|
||||
|
|
|
|||
Loading…
Reference in New Issue