aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-03-22 10:05:16 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-03-22 10:05:16 -0400
commit8609e20047c05bdee087fe251335e9822fca2718 (patch)
tree4092d6798d033fd9b39d5fdd7ca8b70f600dabd2 /ez_setup.py
parentfa9eb7791874200e83d52830ea7b124fc889a156 (diff)
downloadexternal_python_setuptools-8609e20047c05bdee087fe251335e9822fca2718.tar.gz
external_python_setuptools-8609e20047c05bdee087fe251335e9822fca2718.tar.bz2
external_python_setuptools-8609e20047c05bdee087fe251335e9822fca2718.zip
Bumped to 3.4 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 0b598312..9811d7d8 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -31,7 +31,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "4.0"
+DEFAULT_VERSION = "3.4"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):