bumped version to 0.10-dev

This commit is contained in:
Pablo Hoffman 2010-06-14 22:00:54 -03:00
parent 8815de94ff
commit e665e5abb7
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, 9, 0, 'rc1')
__version__ = "0.9-rc1"
version_info = (0, 10, 0, 'dev')
__version__ = "0.10-dev"
import sys, os, warnings