diff options
author | tarek <none@none> | 2009-10-16 12:11:24 +0200 |
---|---|---|
committer | tarek <none@none> | 2009-10-16 12:11:24 +0200 |
commit | fa9206561cd5483846b86c89206ced48d502018b (patch) | |
tree | c1cb965822e406703d93a38ce08b07b3c53c5634 /distribute_setup.py | |
parent | 497a63db5fccb487bdd6212d8aae605dcb4fdae4 (diff) | |
download | external_python_setuptools-fa9206561cd5483846b86c89206ced48d502018b.tar.gz external_python_setuptools-fa9206561cd5483846b86c89206ced48d502018b.tar.bz2 external_python_setuptools-fa9206561cd5483846b86c89206ced48d502018b.zip |
starting 0.6.7
--HG--
branch : distribute
extra : rebase_source : c4445b08d41ce91b2a7c03793110b07113edd9ea
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 72853356..d9912010 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.6" +DEFAULT_VERSION = "0.6.7" DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/" SETUPTOOLS_PKG_INFO = """\ Metadata-Version: 1.0 |