Skip to content

Commit

Permalink
Update bundled pip and setuptools to 6.0.6 and 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dstufft committed Jan 3, 2015
1 parent b09ec90 commit c1edb58
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib/ensurepip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
__all__ = ["version", "bootstrap"]


_SETUPTOOLS_VERSION = "8.2.1"
_SETUPTOOLS_VERSION = "11.0"

_PIP_VERSION = "6.0.2"
_PIP_VERSION = "6.0.6"

# pip currently requires ssl support, so we try to provide a nicer
# error message when that is missing (http://bugs.python.org/issue19744)
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit c1edb58

Please sign in to comment.