aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-11-23 17:53:50 -0500
committerJason R. Coombs <jaraco@jaraco.com>2013-11-23 17:53:50 -0500
commit1e811c32250676cc83e79e4063d5420eb72a8f83 (patch)
tree2e2412ccd73866e15b6ca0f49b2d84bdf155ec1d /ez_setup.py
parent617ffd19b3e13b46c1ab849ae394fb0ce8a0f6a0 (diff)
downloadexternal_python_setuptools-1e811c32250676cc83e79e4063d5420eb72a8f83.tar.gz
external_python_setuptools-1e811c32250676cc83e79e4063d5420eb72a8f83.tar.bz2
external_python_setuptools-1e811c32250676cc83e79e4063d5420eb72a8f83.zip
Bumped to 1.4.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 79e08962..9dc2c872 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -29,7 +29,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "1.4.1"
+DEFAULT_VERSION = "1.4.2"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):