diff --git a/scrapy/trunk/scrapy/__init__.py b/scrapy/trunk/scrapy/__init__.py index ab55a7baf..e6c738817 100644 --- a/scrapy/trunk/scrapy/__init__.py +++ b/scrapy/trunk/scrapy/__init__.py @@ -2,6 +2,7 @@ Scrapy - a screen scraping framework written in Python """ +# IMPORTANT: remember to also update the version in docs/conf.py __version__ = "0.7.0" import sys, os