diff --git a/bin/compile b/bin/compile
index bf77ad0f211a741404652163e5665a10abed889c..6645c7cb6d39e1266413f1d23fd34c4f16d3509e 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="25.1.6"
+SETUPTOOLS_VERSION="25.2.0"
 
 # Common Problem Warnings
 export WARNINGS_LOG=$(mktemp)