We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6060a28 commit c31d3f1Copy full SHA for c31d3f1
1 file changed
ez_setup.py
@@ -14,7 +14,7 @@
14
This file can also be run as a script to install or upgrade setuptools.
15
"""
16
import sys
17
-DEFAULT_VERSION = "0.6c8"
+DEFAULT_VERSION = "0.6c9"
18
DEFAULT_URL = "http://pypi.python.org/packages/%s/s/setuptools/" % sys.version[:3]
19
20
md5_data = {
0 commit comments