bumped version to 0.16.1

This commit is contained in:
Daniel Graña 2012-10-26 18:51:10 -02:00
parent 8c780fd9b5
commit 9c9ac99a45
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
Scrapy - a screen scraping framework written in Python
"""
version_info = (0, 16, 0)
__version__ = "0.16.0"
version_info = (0, 16, 1)
__version__ = "0.16.1"
import sys, os, warnings