This is version 0.6.

This commit is contained in:
Georg Brandl
2008-11-29 20:03:56 +01:00
parent 9175e665b1
commit 18d1581eec
+2 -2
View File
@@ -13,8 +13,8 @@ import sys
from os import path
__revision__ = '$Revision$'
__version__ = '0.5'
__released__ = '0.5'
__version__ = '0.6'
__released__ = '0.6 (hg)'
package_dir = path.abspath(path.dirname(__file__))