From ed6fe287c4e9265395990e2e8dc30b8b2553f942 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Wed, 27 May 2015 16:12:59 -0700
Subject: [PATCH] proper setuptools version

---
 bin/compile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/compile b/bin/compile
index 5e6bbd23..bb06eeb6 100755
--- a/bin/compile
+++ b/bin/compile
@@ -30,7 +30,7 @@ DEFAULT_PYTHON_VERSION="python-2.7.10"
 DEFAULT_PYTHON_STACK="cedar"
 PYTHON_EXE="/app/.heroku/python/bin/python"
 PIP_VERSION="7.0.1"
-SETUPTOOLS_VERSION="16.1"
+SETUPTOOLS_VERSION="16.0"
 
 # Setup bpwatch
 export PATH=$PATH:$ROOT_DIR/vendor/bpwatch
-- 
GitLab