diff --git a/pythonbrew/define.py b/pythonbrew/define.py index 7e01fcd..c8eb16d 100644 --- a/pythonbrew/define.py +++ b/pythonbrew/define.py @@ -2,7 +2,7 @@ import os import re import ConfigParser -VERSION = "0.7.1" +VERSION = "0.7.2" if os.environ.has_key("PYTHONBREW_ROOT"): ROOT = os.environ["PYTHONBREW_ROOT"] diff --git a/stable-version.txt b/stable-version.txt index 7deb86f..b45f70d 100644 --- a/stable-version.txt +++ b/stable-version.txt @@ -1 +1 @@ -0.7.1 \ No newline at end of file +0.7.2 \ No newline at end of file