Update version.

This commit is contained in:
Georg Brandl
2010-08-23 15:21:14 +00:00
parent a86d481925
commit 8e1ab25984

View File

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