aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-11-07 01:15:23 -0500
committerJason R. Coombs <jaraco@jaraco.com>2013-11-07 01:15:23 -0500
commit52e317a70799cceedb959be2206ec5985d9c280d (patch)
tree46d5a783bc4be6202534d72ed346671a66a4a60f /ez_setup.py
parentc2b98268b7bf2afa73a40680257207cce52d9469 (diff)
downloadexternal_python_setuptools-52e317a70799cceedb959be2206ec5985d9c280d.tar.gz
external_python_setuptools-52e317a70799cceedb959be2206ec5985d9c280d.tar.bz2
external_python_setuptools-52e317a70799cceedb959be2206ec5985d9c280d.zip
Bumped to 1.3.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 3536ff68..4da59fcd 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -29,7 +29,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "1.3.1"
+DEFAULT_VERSION = "1.3.2"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):