summaryrefslogtreecommitdiff
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-06-02 14:05:38 +0100
committerJason R. Coombs <jaraco@jaraco.com>2014-06-02 14:05:38 +0100
commitc9c1b10b97451be46883781d21ec7323e8e07154 (patch)
treeab8ffa0c4677beae55f057eb0e47e17ed11c3af8 /ez_setup.py
parent3d5832591219892981122cd8693a1d3fd07f8ae1 (diff)
downloadpython-setuptools-git-4.0.1.tar.gz
Bumped to 4.0.1 in preparation for next release.4.0.1
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 d7e20a18..1bcd3e94 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -36,7 +36,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "4.0"
+DEFAULT_VERSION = "4.0.1"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):