aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-06-08 13:37:34 -0400
committerJason R. Coombs <jaraco@jaraco.com>2015-06-08 13:37:34 -0400
commitc1d71724e6f73eec022cb86161cf777ff37b009b (patch)
treef8b9f1ef205b32e91f2efe7591371af40f1cedc0 /ez_setup.py
parent805f39c73599c71536a8c62e5d67506d830c799a (diff)
downloadexternal_python_setuptools-c1d71724e6f73eec022cb86161cf777ff37b009b.tar.gz
external_python_setuptools-c1d71724e6f73eec022cb86161cf777ff37b009b.tar.bz2
external_python_setuptools-c1d71724e6f73eec022cb86161cf777ff37b009b.zip
Bumped to 17.1.2 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 46cd2099..07e4f6d8 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -30,7 +30,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "17.1.1"
+DEFAULT_VERSION = "17.1.2"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
DEFAULT_SAVE_DIR = os.curdir