aboutsummaryrefslogtreecommitdiffstats
path: root/distribute_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-05-24 20:43:50 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-05-24 20:43:50 -0400
commitc12b3db412210faa982134dce22b5e6ddad31bba (patch)
tree54cb9463fe32e4c72210ab1d28933f90a8ffe3f1 /distribute_setup.py
parente1febd2666c8bb27d03f9fce8624e2132a09e764 (diff)
downloadexternal_python_setuptools-c12b3db412210faa982134dce22b5e6ddad31bba.tar.gz
external_python_setuptools-c12b3db412210faa982134dce22b5e6ddad31bba.tar.bz2
external_python_setuptools-c12b3db412210faa982134dce22b5e6ddad31bba.zip
Bumped to 0.6.44 in preparation for next release.
--HG-- branch : distribute
Diffstat (limited to 'distribute_setup.py')
-rw-r--r--distribute_setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/distribute_setup.py b/distribute_setup.py
index cb933560..a2a06664 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.43"
+DEFAULT_VERSION = "0.6.44"
DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/"
SETUPTOOLS_FAKED_VERSION = "0.6c11"