Post-release update.

This commit is contained in:
Georg Brandl 2010-05-30 20:08:30 +02:00
parent 548e9f63b8
commit c950196a30

View File

@ -12,7 +12,7 @@
import sys
from os import path
__version__ = '1.0b2'
__version__ = '1.0b2+'
__released__ = '1.0b2' # used when Sphinx builds its own docs
package_dir = path.abspath(path.dirname(__file__))