diff options
| author | Tarek Ziade <tarek@ziade.org> | 2010-05-06 23:14:00 +0200 |
|---|---|---|
| committer | Tarek Ziade <tarek@ziade.org> | 2010-05-06 23:14:00 +0200 |
| commit | de6e3bcc3c77bff17a6609b31bc1b6a9212bbd88 (patch) | |
| tree | 00c05b9576eec4cd7d8c6ca682d9b8dc8949fdea /distribute_setup.py | |
| parent | f87d68ef3b1c349dc40b4b3de9e3a2956bce934d (diff) | |
| download | python-setuptools-git-de6e3bcc3c77bff17a6609b31bc1b6a9212bbd88.tar.gz | |
raised the revision
--HG--
branch : distribute
extra : rebase_source : 294117170d32ada89385db57b12e25ab2fbb8523
Diffstat (limited to 'distribute_setup.py')
| -rw-r--r-- | distribute_setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distribute_setup.py b/distribute_setup.py index 4f7bd08c..3cb043e2 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.12" +DEFAULT_VERSION = "0.6.13" DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/" SETUPTOOLS_FAKED_VERSION = "0.6c11" |
