Post-1.0 update.

This commit is contained in:
Georg Brandl 2010-07-24 11:30:21 +01:00
parent 556f1b6cb3
commit 5cfdac3e8f

View File

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