Prepare for release of 1.0b1.

This commit is contained in:
Georg Brandl 2010-05-25 01:17:03 +02:00
parent 89c54a90a8
commit 785cfa2560

View File

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