[cig-commits] r19661 - cs/ez_setup

brad at geodynamics.org brad at geodynamics.org
Wed Feb 22 14:06:02 PST 2012


Author: brad
Date: 2012-02-22 14:06:01 -0800 (Wed, 22 Feb 2012)
New Revision: 19661

Modified:
   cs/ez_setup/__init__.py
Log:
Updated current version number for setuptools.

Modified: cs/ez_setup/__init__.py
===================================================================
--- cs/ez_setup/__init__.py	2012-02-22 20:03:01 UTC (rev 19660)
+++ cs/ez_setup/__init__.py	2012-02-22 22:06:01 UTC (rev 19661)
@@ -14,7 +14,7 @@
 This file can also be run as a script to install or upgrade setuptools.
 """
 import sys
-DEFAULT_VERSION = "0.6c9"
+DEFAULT_VERSION = "0.6c11"
 DEFAULT_URL     = "http://pypi.python.org/packages/%s/s/setuptools/" % sys.version[:3]
 
 md5_data = {



More information about the CIG-COMMITS mailing list