From 998f996a3298bd06aadff209a8ba5a2ecf603671 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Tue, 28 Jun 2016 14:44:45 -0400
Subject: [PATCH] proper setuptools version

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

diff --git a/bin/compile b/bin/compile
index 737d2f9c..cf2f5724 100755
--- a/bin/compile
+++ b/bin/compile
@@ -35,7 +35,7 @@ DEFAULT_PYTHON_VERSION="python-2.7.12"
 DEFAULT_PYTHON_STACK="cedar-14"
 PYTHON_EXE="/app/.heroku/python/bin/python"
 PIP_VERSION="8.1.2"
-SETUPTOOLS_VERSION="23.1"
+SETUPTOOLS_VERSION="23.1.0"
 
 # Common Problem Warnings
 export WARNINGS_LOG=$(mktemp)
-- 
GitLab