0.7 release

This commit is contained in:
Yuta
2011-03-23 01:27:00 +09:00
parent eb49f121db
commit ff2af78672
5 changed files with 27 additions and 11 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import os
import re
import ConfigParser
VERSION = "0.6.9"
VERSION = "0.7"
if os.environ.has_key("PYTHONBREW_ROOT"):
ROOT = os.environ["PYTHONBREW_ROOT"]