summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-05-07 12:08:13 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-05-07 12:08:13 -0400
commit2ad829949a55ebb390c5c94a5672f10f693e7eaf (patch)
tree74c7aff7da5169ce5bceb46c31db10d5e9f549cb
parent89be7c26630e3df52699f10dc2d3c312625a938a (diff)
downloadpython-setuptools-git-2ad829949a55ebb390c5c94a5672f10f693e7eaf.tar.gz
Bumped to 3.5.3 in preparation for next release.
-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 6c58f105..56ba9ae3 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -31,7 +31,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "3.5.2"
+DEFAULT_VERSION = "3.5.3"
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 0bc4055f..455727c5 100644
--- a/setuptools/version.py
+++ b/setuptools/version.py
@@ -1 +1 @@
-__version__ = '3.5.2'
+__version__ = '3.5.3'