diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-02 08:27:52 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-02 08:27:52 -0400 |
commit | a388b6922478b5d5048d1f7f1685da2ca16050c7 (patch) | |
tree | 28c73875d0d5ab90ca630ec6658233e0ba0578e7 /distribute_setup.py | |
parent | 57d70005210c8575ccc4fc844fa9e6e3510b020c (diff) | |
download | external_python_setuptools-a388b6922478b5d5048d1f7f1685da2ca16050c7.tar.gz external_python_setuptools-a388b6922478b5d5048d1f7f1685da2ca16050c7.tar.bz2 external_python_setuptools-a388b6922478b5d5048d1f7f1685da2ca16050c7.zip |
Bumped to 0.6.48 in preparation for next release.
--HG--
branch : distribute
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 d23f0ebe..112f9202 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.47" +DEFAULT_VERSION = "0.6.48" DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/" SETUPTOOLS_FAKED_VERSION = "0.6c11" |