diff options
author | Tarek Ziade <tarek@ziade.org> | 2010-07-22 11:35:17 +0200 |
---|---|---|
committer | Tarek Ziade <tarek@ziade.org> | 2010-07-22 11:35:17 +0200 |
commit | 0853c24ca247b6e7abf19adf3c605b241c8d9e88 (patch) | |
tree | 66f64eb010c7dd892b8b8ee9174cc26625ff4173 /distribute_setup.py | |
parent | 72f0285dcb95a9026424b5bd06a284fde4daa677 (diff) | |
download | external_python_setuptools-0853c24ca247b6e7abf19adf3c605b241c8d9e88.tar.gz external_python_setuptools-0853c24ca247b6e7abf19adf3c605b241c8d9e88.tar.bz2 external_python_setuptools-0853c24ca247b6e7abf19adf3c605b241c8d9e88.zip |
raised to the current dev version
--HG--
branch : distribute
extra : rebase_source : ec71cd404a48f2e8d22b59c8048aa66c28c9a684
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 3ea2e667..e8f0ed06 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.14" +DEFAULT_VERSION = "0.6.15" DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/" SETUPTOOLS_FAKED_VERSION = "0.6c11" |