diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2011-08-18 18:37:58 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2011-08-18 18:37:58 -0400 |
commit | 781b4157b9ea9e95c75187048d5f008432bff16e (patch) | |
tree | 67f00fdc5495f1261de698a2479a7eace51ba689 /distribute_setup.py | |
parent | 7c3f41d0b318ce9ef1400563cc20308cc9de33ee (diff) | |
download | external_python_setuptools-781b4157b9ea9e95c75187048d5f008432bff16e.tar.gz external_python_setuptools-781b4157b9ea9e95c75187048d5f008432bff16e.tar.bz2 external_python_setuptools-781b4157b9ea9e95c75187048d5f008432bff16e.zip |
Bumped revision
--HG--
branch : distribute
extra : rebase_source : 6ebf94097c5975957a8596aaadc1b466cdcbf796
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 22c2d65f..5a95c927 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.20" +DEFAULT_VERSION = "0.6.21" DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/" SETUPTOOLS_FAKED_VERSION = "0.6c11" |