aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-02-10 20:17:22 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-02-10 20:17:22 -0500
commit5d2f77f308c8ccc89be855994da1b7503b5a4294 (patch)
tree55dfa6972333fb7a452a6317529279b4c0cd4809 /ez_setup.py
parentd26bdb80a713fbd0080e94d0f5f6836afce87600 (diff)
downloadexternal_python_setuptools-5d2f77f308c8ccc89be855994da1b7503b5a4294.tar.gz
external_python_setuptools-5d2f77f308c8ccc89be855994da1b7503b5a4294.tar.bz2
external_python_setuptools-5d2f77f308c8ccc89be855994da1b7503b5a4294.zip
Bumped to 12.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 b1d68cc8..1a360ced 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -30,7 +30,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "12.1"
+DEFAULT_VERSION = "12.2"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"