diff options
author | tarek <none@none> | 2009-10-15 22:23:24 +0200 |
---|---|---|
committer | tarek <none@none> | 2009-10-15 22:23:24 +0200 |
commit | 23229041ce73c90615ecefa80a720da785cd54cd (patch) | |
tree | fb87c7179c6cd07b21cf950975add7528765c95f /distribute_setup.py | |
parent | 5cbce15dc90730c38c1697b8011cecb0618ae89c (diff) | |
download | external_python_setuptools-23229041ce73c90615ecefa80a720da785cd54cd.tar.gz external_python_setuptools-23229041ce73c90615ecefa80a720da785cd54cd.tar.bz2 external_python_setuptools-23229041ce73c90615ecefa80a720da785cd54cd.zip |
starting 0.6.6
--HG--
branch : distribute
extra : rebase_source : 15b88555dec253c490ee91a6e71ec1c945fdf6b0
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 0843b3c4..1ab07f0d 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.5" +DEFAULT_VERSION = "0.6.6" DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/" SETUPTOOLS_PKG_INFO = """\ Metadata-Version: 1.0 |