diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-08-10 19:56:16 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-08-10 19:56:16 -0400 |
| commit | 53c1e973c52d5eac9515619ca6765dc54d41d4cb (patch) | |
| tree | da4eef560f5c7f0c451d0233c5db98398d12b900 | |
| parent | 898eb85af3e28b47ec1069a5d627a6035ef318d9 (diff) | |
| download | python-setuptools-bitbucket-53c1e973c52d5eac9515619ca6765dc54d41d4cb.tar.gz | |
Bumped to 5.5.2 in preparation for next release.
| -rw-r--r-- | ez_setup.py | 2 | ||||
| -rw-r--r-- | setuptools.egg-info/entry_points.txt | 2 | ||||
| -rw-r--r-- | setuptools/version.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ez_setup.py b/ez_setup.py index 6de57c04..cf3621ca 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -36,7 +36,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "5.5.1" +DEFAULT_VERSION = "5.5.2" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): diff --git a/setuptools.egg-info/entry_points.txt b/setuptools.egg-info/entry_points.txt index df4ac2ae..72a5ffe0 100644 --- a/setuptools.egg-info/entry_points.txt +++ b/setuptools.egg-info/entry_points.txt @@ -36,7 +36,7 @@ install_requires = setuptools.dist:check_requirements namespace_packages = setuptools.dist:check_nsp package_data = setuptools.dist:check_package_data packages = setuptools.dist:check_packages -setup_reqires = setuptools.dist:check_requirements +setup_requires = setuptools.dist:check_requirements test_loader = setuptools.dist:check_importable test_runner = setuptools.dist:check_importable test_suite = setuptools.dist:check_test_suite diff --git a/setuptools/version.py b/setuptools/version.py index 45e4cae4..e441e915 100644 --- a/setuptools/version.py +++ b/setuptools/version.py @@ -1 +1 @@ -__version__ = '5.5.1' +__version__ = '5.5.2' |
