mirror of https://github.com/scrapy/scrapy.git
Bumped version to 0.11
This commit is contained in:
parent
e2a3ab5141
commit
1fa96dbcd3
|
|
@ -2,8 +2,8 @@
|
|||
Scrapy - a screen scraping framework written in Python
|
||||
"""
|
||||
|
||||
version_info = (0, 10, 0, '')
|
||||
__version__ = "0.10"
|
||||
version_info = (0, 11, 0, 'dev')
|
||||
__version__ = "0.11"
|
||||
|
||||
import sys, os, warnings
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue