diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2012-11-24 23:04:02 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2012-11-24 23:04:02 -0500 |
commit | 40102f07a08808c2c356891608fd201ee02e618b (patch) | |
tree | 037c555a28b017ecf201c293bfc048520adc8f40 /distribute_setup.py | |
parent | bb564ea0637851a516dad029c8ccf6d30c451728 (diff) | |
download | external_python_setuptools-40102f07a08808c2c356891608fd201ee02e618b.tar.gz external_python_setuptools-40102f07a08808c2c356891608fd201ee02e618b.tar.bz2 external_python_setuptools-40102f07a08808c2c356891608fd201ee02e618b.zip |
Bumped to 0.6.32 in preparation for next release.
--HG--
branch : distribute
extra : rebase_source : 107cb8e68f5d9d947096d0733e841ba568df0be2
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 f3e85a1e..f8869e44 100644 --- a/distribute_setup.py +++ b/distribute_setup.py @@ -49,7 +49,7 @@ except ImportError: args = [quote(arg) for arg in args] return os.spawnl(os.P_WAIT, sys.executable, *args) == 0 -DEFAULT_VERSION = "0.6.31" +DEFAULT_VERSION = "0.6.32" DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/" SETUPTOOLS_FAKED_VERSION = "0.6c11" |