diff options
| -rw-r--r-- | ez_setup.py | 2 | ||||
| -rw-r--r-- | setuptools.egg-info/requires.txt | 8 | ||||
| -rw-r--r-- | setuptools/version.py | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/ez_setup.py b/ez_setup.py index 23ea9a2b..6c58f105 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -31,7 +31,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "3.5.1" +DEFAULT_VERSION = "3.5.2" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*args): diff --git a/setuptools.egg-info/requires.txt b/setuptools.egg-info/requires.txt index e5db30ad..a49a923e 100644 --- a/setuptools.egg-info/requires.txt +++ b/setuptools.egg-info/requires.txt @@ -1,7 +1,7 @@ -[ssl:sys_platform=='win32'] -wincertstore==0.2 - [certs] -certifi==1.0.1
\ No newline at end of file +certifi==1.0.1 + +[ssl:sys_platform=='win32'] +wincertstore==0.2
\ No newline at end of file diff --git a/setuptools/version.py b/setuptools/version.py index bf5afe7f..0bc4055f 100644 --- a/setuptools/version.py +++ b/setuptools/version.py @@ -1 +1 @@ -__version__ = '3.5.1' +__version__ = '3.5.2' |
