diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2012-11-26 12:18:36 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2012-11-26 12:18:36 -0500 |
commit | 1c2dff7451101c9cfb37e4ae16eb23ef17332f5a (patch) | |
tree | 691a0a730b6bccd2f4f2ebce5b882a87b3c92d10 /distribute_setup.py | |
parent | 49c2791a723073e0f00189892516ef90f9ce8935 (diff) | |
download | external_python_setuptools-1c2dff7451101c9cfb37e4ae16eb23ef17332f5a.tar.gz external_python_setuptools-1c2dff7451101c9cfb37e4ae16eb23ef17332f5a.tar.bz2 external_python_setuptools-1c2dff7451101c9cfb37e4ae16eb23ef17332f5a.zip |
Bumped to 0.6.33 in preparation for next release.
--HG--
branch : distribute
extra : rebase_source : cbb90a165b1e410ac7998fe5a57f0c84e9c024d3
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 f8869e44..f7954e84 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.32" +DEFAULT_VERSION = "0.6.33" DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/" SETUPTOOLS_FAKED_VERSION = "0.6c11" |