0.6.9 release

This commit is contained in:
Yuta
2011-03-20 04:06:05 +09:00
parent 4b319dfb8c
commit 7d002f2429
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import os
import re
import ConfigParser
VERSION = "0.6.8"
VERSION = "0.6.9"
if os.environ.has_key("PYTHONBREW_ROOT"):
ROOT = os.environ["PYTHONBREW_ROOT"]