summaryrefslogtreecommitdiff
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
parent3d5832591219892981122cd8693a1d3fd07f8ae1 (diff)
downloadpython-setuptools-git-4.0.1.tar.gz
Bumped to 4.0.1 in preparation for next release.4.0.1
-rw-r--r--ez_setup.py2
-rw-r--r--setuptools/version.py2
2 files changed, 2 insertions, 2 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):
diff --git a/setuptools/version.py b/setuptools/version.py
index a93f0518..1a3bef53 100644
--- a/setuptools/version.py
+++ b/setuptools/version.py
@@ -1 +1 @@
-__version__ = '4.0'
+__version__ = '4.0.1'