0.10 -> 1.0

This commit is contained in:
utahta
2011-08-08 03:04:42 +09:00
parent 0112a39aff
commit 630d525f6a
5 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ except:
import configparser as ConfigParser
# pythonbrew version
VERSION = "0.10"
VERSION = "1.0"
# pythonbrew installer root path
INSTALLER_ROOT = os.path.dirname(os.path.abspath(__file__))