Upgrade setuptools to 7.0
This commit is contained in:
parent
8aaff54db3
commit
3ecc8dbdcd
|
@ -12,7 +12,7 @@ import tempfile
|
|||
__all__ = ["version", "bootstrap"]
|
||||
|
||||
|
||||
_SETUPTOOLS_VERSION = "3.6"
|
||||
_SETUPTOOLS_VERSION = "7.0"
|
||||
|
||||
_PIP_VERSION = "1.5.6"
|
||||
|
||||
|
|
Loading…
Reference in New Issue