Browse Source

Upgrade setuptools to 27.1.2

pull/224/head
Donald Stufft 9 years ago
parent
commit
16d7d5941d
  1. 2
      Lib/ensurepip/__init__.py
  2. BIN
      Lib/ensurepip/_bundled/setuptools-27.1.2-py2.py3-none-any.whl

2
Lib/ensurepip/__init__.py

@ -8,7 +8,7 @@ import tempfile
__all__ = ["version", "bootstrap"]
_SETUPTOOLS_VERSION = "27.1.1"
_SETUPTOOLS_VERSION = "27.1.2"
_PIP_VERSION = "8.1.2"

BIN
Lib/ensurepip/_bundled/setuptools-27.1.1-py2.py3-none-any.whl → Lib/ensurepip/_bundled/setuptools-27.1.2-py2.py3-none-any.whl

Loading…
Cancel
Save