release 0.7.1

This commit is contained in:
Yuta
2011-04-17 22:35:48 +09:00
parent 9731bd3c5c
commit 3bc8c36aaa
7 changed files with 20 additions and 13 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import os
import re
import ConfigParser
VERSION = "0.7"
VERSION = "0.7.1"
if os.environ.has_key("PYTHONBREW_ROOT"):
ROOT = os.environ["PYTHONBREW_ROOT"]