Bumped version to 0.10.3

This commit is contained in:
Pablo Hoffman 2010-09-15 21:03:21 -03:00
parent b33c8e49e2
commit a5908f052f
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, 10, 2, '')
__version__ = "0.10.2"
version_info = (0, 10, 3, 'dev')
__version__ = "0.10.3"
import sys, os, warnings