diff --git a/CHANGELOG.md b/CHANGELOG.md
index 762571d1051b752a0218a70678a03b49978a4ad7..3554709516225cdfd57935696aa6c6cc87daca9e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,7 +12,7 @@ Improved GDAL support.
 - The vendored GDAL library has been updated to 1.11.1.
 - GDAL bootstrapping now also installs the GEOS and Proj.4 libraries.
 
-Updated pip to 8.1.0.
+Updated pip to 8.1.0 and setuptools to 20.2.2.
 
 ## v77 (2016-02-10)
 
diff --git a/bin/compile b/bin/compile
index a3b895f726231b2fa276f7cde54d24dd5fb2cd5b..035b36e4726937f1072f450f4df63b284ffd7237 100755
--- a/bin/compile
+++ b/bin/compile
@@ -35,7 +35,7 @@ DEFAULT_PYTHON_VERSION="python-2.7.11"
 DEFAULT_PYTHON_STACK="cedar-14"
 PYTHON_EXE="/app/.heroku/python/bin/python"
 PIP_VERSION="8.1.0"
-SETUPTOOLS_VERSION="19.6"
+SETUPTOOLS_VERSION="20.2.2"
 
 # Common Problem Warnings
 export WARNINGS_LOG=$(mktemp)
diff --git a/vendor/setuptools-19.6.tar.gz b/vendor/setuptools-19.6.tar.gz
deleted file mode 100644
index e5dffe5b466b7ff58838fefe9a93992b63ecd763..0000000000000000000000000000000000000000
Binary files a/vendor/setuptools-19.6.tar.gz and /dev/null differ
diff --git a/vendor/setuptools-20.2.2.tar.gz b/vendor/setuptools-20.2.2.tar.gz
new file mode 100644
index 0000000000000000000000000000000000000000..9a6904ab743dde52ba01a79ce6b7c7ee58e2c786
Binary files /dev/null and b/vendor/setuptools-20.2.2.tar.gz differ