update __version__

This commit is contained in:
Daniel Graña 2013-05-30 20:24:55 -03:00
parent f1260b5b76
commit fe746dfdea
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Scrapy - a screen scraping framework written in Python
"""
version_info = (0, 16, 5)
__version__ = "0.16.4"
__version__ = "0.16.5"
import sys, os, warnings