diff options
author | Donald Stufft <donald@stufft.io> | 2015-05-09 01:30:04 (GMT) |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2015-05-09 01:30:04 (GMT) |
commit | b0fc24bff482dcdf923e014bd81639c07f7bdbc6 (patch) | |
tree | 0e2ea94240167cdb04e25d1176c3c9dbf8eaf484 /Lib/ensurepip/__init__.py | |
parent | cd797f91913b95b66a742a1c6b81cb595bfb3c4a (diff) | |
download | cpython-b0fc24bff482dcdf923e014bd81639c07f7bdbc6.zip cpython-b0fc24bff482dcdf923e014bd81639c07f7bdbc6.tar.gz cpython-b0fc24bff482dcdf923e014bd81639c07f7bdbc6.tar.bz2 |
Upgrade setuptools to 15.2
Diffstat (limited to 'Lib/ensurepip/__init__.py')
-rw-r--r-- | Lib/ensurepip/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 7598009..7912053 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -8,7 +8,7 @@ import tempfile __all__ = ["version", "bootstrap"] -_SETUPTOOLS_VERSION = "15.0" +_SETUPTOOLS_VERSION = "15.2" _PIP_VERSION = "6.1.1" |