diff options
author | tarek <none@none> | 2009-12-12 15:22:47 +0100 |
---|---|---|
committer | tarek <none@none> | 2009-12-12 15:22:47 +0100 |
commit | 93b983e6f2302007cedbf44bcf0b944415c05361 (patch) | |
tree | 4088053581c31c91d4a42b3bb7e9ae9cd7fe5bd8 /distribute_setup.py | |
parent | d11b2c01fbba4e2b51bf78ac11beace7dcab7103 (diff) | |
download | external_python_setuptools-93b983e6f2302007cedbf44bcf0b944415c05361.tar.gz external_python_setuptools-93b983e6f2302007cedbf44bcf0b944415c05361.tar.bz2 external_python_setuptools-93b983e6f2302007cedbf44bcf0b944415c05361.zip |
starting 0.6.11
--HG--
branch : distribute
extra : rebase_source : e69bd36f08c0407a0e818e67e5a5b7d633182a57
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 00213362..844fd80f 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.10" +DEFAULT_VERSION = "0.6.11" DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/" SETUPTOOLS_FAKED_VERSION = "0.6c11" |