From e0b794d2b36cbc442a15d382dcc2d9c7da5b60af Mon Sep 17 00:00:00 2001 From: Yuta Date: Mon, 2 May 2011 18:09:18 +0900 Subject: [PATCH] 0.7.2 --- pythonbrew/define.py | 2 +- stable-version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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