aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-02-05 19:31:35 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-02-05 19:31:35 -0500
commitfca0b24f0fa5b41d136b7083449c21ea2705d193 (patch)
tree1b4080177302b85c7c8d8fc92ff06ce025d677f3 /ez_setup.py
parente958dad9e656ac020ac62499c87f35fb2c0a4283 (diff)
downloadexternal_python_setuptools-fca0b24f0fa5b41d136b7083449c21ea2705d193.tar.gz
external_python_setuptools-fca0b24f0fa5b41d136b7083449c21ea2705d193.tar.bz2
external_python_setuptools-fca0b24f0fa5b41d136b7083449c21ea2705d193.zip
Bumped to 2.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 b1621180..c768e3c7 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -30,7 +30,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "2.1.1"
+DEFAULT_VERSION = "2.1.2"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):