diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-08-14 12:57:25 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-08-14 12:57:25 -0400 |
commit | 0a9f4f05fd110d6676de8cd58506499a1ac00aad (patch) | |
tree | 49d9d15190115efc8028a70506269bf39e176381 | |
parent | dd832d63bdc2c18a5456f41a1d099e59becd0bcb (diff) | |
download | python-setuptools-git-5.6.tar.gz |
Bumped to 5.6 in preparation for next release.5.6
-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 cf3621ca..4b9eee61 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -36,7 +36,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "5.5.2" +DEFAULT_VERSION = "5.6" 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 e441e915..49e04a62 100644 --- a/setuptools/version.py +++ b/setuptools/version.py @@ -1 +1 @@ -__version__ = '5.5.2' +__version__ = '5.6' |