mirror of https://github.com/scrapy/scrapy.git
Always use micro versions in Scrapy from now on
This commit is contained in:
parent
5a5364d0c1
commit
67adb2a05f
|
|
@ -3,7 +3,7 @@ Scrapy - a screen scraping framework written in Python
|
|||
"""
|
||||
|
||||
version_info = (0, 11, 0, 'dev')
|
||||
__version__ = "0.11"
|
||||
__version__ = "0.11.0"
|
||||
|
||||
import sys, os, warnings
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue