proper setuptools version

This commit is contained in:
2016-06-28 14:44:45 -04:00
parent c620980e5a
commit 998f996a32
+1 -1
View File
@@ -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)