diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-08-10 14:49:28 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-08-10 14:49:28 -0400 |
commit | 28097c4d3dad73f7813a5e271ab3ad9dc6302b99 (patch) | |
tree | 3a87d22b24598b2c8bb268595cf9c767427f788f | |
parent | 2c21989354f8325cf7d7a6459f3721608b4c6bfc (diff) | |
download | python-setuptools-git-5.5.tar.gz |
Bumped to 5.5 in preparation for next release.5.5
-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 96ec11d5..3f98bd07 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -36,7 +36,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "5.4.3" +DEFAULT_VERSION = "5.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 0e0a34f9..773d9307 100644 --- a/setuptools/version.py +++ b/setuptools/version.py @@ -1 +1 @@ -__version__ = '5.4.3' +__version__ = '5.5' |