diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-26 13:44:04 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-26 13:44:04 -0500 |
commit | ec90f46ff647d73f0769d1d25259b21ae15c95b7 (patch) | |
tree | 1b673c809f20abc94073ab8e08263d26a2f67bb5 | |
parent | b0d85d1b085ca398ea95ba0ea1e071dbce70c9a4 (diff) | |
download | external_python_setuptools-ec90f46ff647d73f0769d1d25259b21ae15c95b7.tar.gz external_python_setuptools-ec90f46ff647d73f0769d1d25259b21ae15c95b7.tar.bz2 external_python_setuptools-ec90f46ff647d73f0769d1d25259b21ae15c95b7.zip |
Bumped to 8.5 in preparation for next release.
-rw-r--r-- | ez_setup.py | 2 | ||||
-rw-r--r-- | setuptools/version.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ez_setup.py b/ez_setup.py index 513449f9..1abb780d 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -36,7 +36,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "8.4" +DEFAULT_VERSION = "8.5" 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 60a9e0b2..dc4e8c6a 100644 --- a/setuptools/version.py +++ b/setuptools/version.py @@ -1 +1 @@ -__version__ = '8.4' +__version__ = '8.5' |