aboutsummaryrefslogtreecommitdiffstats
path: root/distribute_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2011-04-30 09:14:15 -0400
committerJason R. Coombs <jaraco@jaraco.com>2011-04-30 09:14:15 -0400
commitdba705d9f2ffb25b4ecf293604b01dbcf88c6d7c (patch)
tree393caab65b0db55ae666bd0d7f3ca2447eabd5f8 /distribute_setup.py
parenta14f22b9e70e85b20f6171b3e108464bf5359f55 (diff)
downloadexternal_python_setuptools-dba705d9f2ffb25b4ecf293604b01dbcf88c6d7c.tar.gz
external_python_setuptools-dba705d9f2ffb25b4ecf293604b01dbcf88c6d7c.tar.bz2
external_python_setuptools-dba705d9f2ffb25b4ecf293604b01dbcf88c6d7c.zip
Bumped working revisions to 0.6.17
--HG-- branch : distribute extra : rebase_source : 0d0c60865356a460ec83f3d4554cf9cd522ec8a1
Diffstat (limited to 'distribute_setup.py')
-rw-r--r--distribute_setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/distribute_setup.py b/distribute_setup.py
index 23eeb286..9f441067 100644
--- a/distribute_setup.py
+++ b/distribute_setup.py
@@ -46,7 +46,7 @@ except ImportError:
args = [quote(arg) for arg in args]
return os.spawnl(os.P_WAIT, sys.executable, *args) == 0
-DEFAULT_VERSION = "0.6.16"
+DEFAULT_VERSION = "0.6.17"
DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/"
SETUPTOOLS_FAKED_VERSION = "0.6c11"