Skip to content

Commit c31d3f1

Browse files
author
Mike Dirolf
committed
We have to use 0.6c9 because this is the only version offered for Python 2.6 on PyPI
This reverts commit d954c26.
1 parent 6060a28 commit c31d3f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ez_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
This file can also be run as a script to install or upgrade setuptools.
1515
"""
1616
import sys
17-
DEFAULT_VERSION = "0.6c8"
17+
DEFAULT_VERSION = "0.6c9"
1818
DEFAULT_URL = "http://pypi.python.org/packages/%s/s/setuptools/" % sys.version[:3]
1919

2020
md5_data = {

0 commit comments

Comments
 (0)