diff options
author | tarek <none@none> | 2009-09-26 20:20:03 +0200 |
---|---|---|
committer | tarek <none@none> | 2009-09-26 20:20:03 +0200 |
commit | 7cdf5f6c30168ddc2a0bfbc321e75ef254e719b6 (patch) | |
tree | e5174bfed9aa25dc8a147e9b534dc6a01377c24f /distribute_setup.py | |
parent | 610e31a405f1129651ef5df3bcf0721ceec3076c (diff) | |
download | external_python_setuptools-7cdf5f6c30168ddc2a0bfbc321e75ef254e719b6.tar.gz external_python_setuptools-7cdf5f6c30168ddc2a0bfbc321e75ef254e719b6.tar.bz2 external_python_setuptools-7cdf5f6c30168ddc2a0bfbc321e75ef254e719b6.zip |
starting 0.6.3 development
--HG--
branch : distribute
extra : rebase_source : 2854b62a13986569c1ad9773c54c73eb62025f70
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 4fe04875..d88e0ebb 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.2" +DEFAULT_VERSION = "0.6.3" DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/" SETUPTOOLS_PKG_INFO = """\ Metadata-Version: 1.0 |