summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-01-02 22:27:51 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-01-02 22:27:51 -0500
commit8217189c27787731912e8c8281a7d713e8682095 (patch)
tree9a81e0ae14e966b02864ff69240e0c61bccf4f5b
parentae8816bb3febff152a08b7c80d0952059cd34b54 (diff)
downloadpython-setuptools-git-11.0.tar.gz
Bumped to 11.0 in preparation for next release.11.0
-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 a9aae11f..0466a650 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -36,7 +36,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "10.2.2"
+DEFAULT_VERSION = "11.0"
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 addf63a6..142093be 100644
--- a/setuptools/version.py
+++ b/setuptools/version.py
@@ -1 +1 @@
-__version__ = '10.2.2'
+__version__ = '11.0'