1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-24 08:24:21 +00:00

Bumped version to 0.10-rc1

This commit is contained in:
Pablo Hoffman 2010-09-09 00:40:58 -03:00
parent fe77794f76
commit 38bbec8dca

View File

@ -2,8 +2,8 @@
Scrapy - a screen scraping framework written in Python
"""
version_info = (0, 10, 0, 'dev')
__version__ = "0.10-dev"
version_info = (0, 10, 0, 'rc1')
__version__ = "0.10-rc1"
import sys, os, warnings