removed rc1 from version 0.8 (good enough for a stable release)

This commit is contained in:
Pablo Hoffman 2009-12-12 17:57:20 -02:00
parent 422d6facb2
commit cd9a2d8edb
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, 8, 0, 'rc1', 0)
__version__ = "0.8-rc1"
version_info = (0, 8, 0, '', 0)
__version__ = "0.8"
import sys, os