aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-01-26 08:35:43 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-01-26 08:35:43 -0500
commitf5098c20ae773bff28ac809a6dea9459f24a27dc (patch)
tree5f7f0ee4dcbc0e66ef0ea3b2c6a37d28205ab794 /ez_setup.py
parentbe6f94e2b60be95f9324ed24bc06190d5581e30a (diff)
downloadexternal_python_setuptools-f5098c20ae773bff28ac809a6dea9459f24a27dc.tar.gz
external_python_setuptools-f5098c20ae773bff28ac809a6dea9459f24a27dc.tar.bz2
external_python_setuptools-f5098c20ae773bff28ac809a6dea9459f24a27dc.zip
Bumped to 12.0.6 in preparation for next release.
Diffstat (limited to 'ez_setup.py')
-rw-r--r--ez_setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ez_setup.py b/ez_setup.py
index 45c92465..5a3f9d42 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -30,7 +30,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "12.0.5"
+DEFAULT_VERSION = "12.0.6"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"