Commit b317181b authored by Jason R. Coombs's avatar Jason R. Coombs

Bumped to 3.7 in preparation for next release.

parent d5c8e8b6
......@@ -31,7 +31,7 @@ try:
except ImportError:
USER_SITE = None
DEFAULT_VERSION = "3.6"
DEFAULT_VERSION = "3.7"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):
......
[certs]
certifi==1.0.1
[ssl:sys_platform=='win32']
wincertstore==0.2
\ No newline at end of file
wincertstore==0.2
[certs]
certifi==1.0.1
\ No newline at end of file
__version__ = '3.6'
__version__ = '3.7'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment