Post release update.

This commit is contained in:
Georg Brandl 2010-05-25 01:27:33 +02:00
parent eb0b178cb2
commit 9b9d188ded

View File

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