diff options
author | Donald Stufft <donald@stufft.io> | 2014-11-11 16:01:09 (GMT) |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2014-11-11 16:01:09 (GMT) |
commit | dfede95a069d418c91a26d5999958b525172e687 (patch) | |
tree | 36f44de1ebf9ec0d6eb714f3e8b6f48083fe07d3 /Lib/ensurepip/__init__.py | |
parent | f751a9e6a2040d52784eb31dc5fa6f34bd4bc3a7 (diff) | |
download | cpython-dfede95a069d418c91a26d5999958b525172e687.zip cpython-dfede95a069d418c91a26d5999958b525172e687.tar.gz cpython-dfede95a069d418c91a26d5999958b525172e687.tar.bz2 |
Upgrade setuptools to 7.0
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 84c2125..55160ee 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -8,7 +8,7 @@ import tempfile __all__ = ["version", "bootstrap"] -_SETUPTOOLS_VERSION = "2.1" +_SETUPTOOLS_VERSION = "7.0" _PIP_VERSION = "1.5.6" |