From 90696215ae0c0cc673add946c861304cadc2dd47 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 9 Apr 2013 15:03:27 -0700 Subject: [PATCH] python-2.7.4 default version --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 9b7f7b873..84e4056be 100755 --- a/bin/compile +++ b/bin/compile @@ -25,7 +25,7 @@ LEGACY_TRIGGER="lib/python2.7" PROFILE_PATH="$BUILD_DIR/.profile.d/python.sh" # Python version. This will be used in the future to specify custom Pythons. -DEFAULT_PYTHON_VERSION="python-2.7.3" +DEFAULT_PYTHON_VERSION="python-2.7.4" PYTHON_EXE="/app/.heroku/python/bin/python" PIP_VERSION="1.3.1" DISTRIBUTE_VERSION="0.6.36"