summaryrefslogtreecommitdiff
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
commit2e3a2e3ec55d2f20f8e7149e8af227b346534c42 (patch)
treeb45c7e5b6285af844a232aad02877be63fb4e7c6 /ez_setup.py
parent1abbb7a255060bbd9823ec97aa935dbbe6346fe8 (diff)
downloadpython-setuptools-bitbucket-2e3a2e3ec55d2f20f8e7149e8af227b346534c42.tar.gz
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