Update version info for 0.6b1.

This commit is contained in:
Georg Brandl
2009-03-16 23:50:34 +01:00
parent 1878c02078
commit 30bbfd48e3
+2 -2
View File
@@ -13,8 +13,8 @@ import sys
from os import path
__revision__ = '$Revision$'
__version__ = '0.6'
__released__ = '0.6 (hg)'
__version__ = '0.6b1'
__released__ = '0.6b1'
package_dir = path.abspath(path.dirname(__file__))