bumped version to 0.8

This commit is contained in:
Pablo Hoffman 2009-09-18 15:31:54 -03:00
parent b6155801f0
commit 12ebcfd6c4
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ Scrapy - a screen scraping framework written in Python
"""
# IMPORTANT: remember to also update the version in docs/conf.py
version_info = (0, 7, 0, 'candidate', 0)
__version__ = "0.7.0-rc1"
version_info = (0, 8, 0, '', 0)
__version__ = "0.8.0-dev"
import sys, os