bumped version to 0.16.5

This commit is contained in:
Daniel Graña 2013-05-30 18:45:07 -03:00
parent 560c064383
commit f1260b5b76
1 changed files with 1 additions and 1 deletions

View File

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