Skip to content

Commit

Permalink
Update setuptools version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxwell175 committed Jun 22, 2024
1 parent b82df0c commit d83f361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/ensurepip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

__all__ = ["version", "bootstrap"]
_PACKAGE_NAMES = ('setuptools', 'pip', 'wheel')
_SETUPTOOLS_VERSION = "69.0.3"
_SETUPTOOLS_VERSION = "70.0.0.post20240616"
_PIP_VERSION = "23.3.2"
_WHEEL_VERSION = "0.42.0"
_PROJECTS = [
Expand Down

0 comments on commit d83f361

Please sign in to comment.