diff options
author | PJ Eby <distutils-sig@python.org> | 2005-07-07 16:28:43 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-07-07 16:28:43 +0000 |
commit | c1112aa5fb7da9996e5a0ebe8689e5cf9ca72cee (patch) | |
tree | 06d3d26a04aae3e25b0edc503b24f606cb76baef /setuptools/__init__.py | |
parent | 61d2fd1d71e8940531c35327e6d91c41ddcd9dbd (diff) | |
download | external_python_setuptools-c1112aa5fb7da9996e5a0ebe8689e5cf9ca72cee.tar.gz external_python_setuptools-c1112aa5fb7da9996e5a0ebe8689e5cf9ca72cee.tar.bz2 external_python_setuptools-c1112aa5fb7da9996e5a0ebe8689e5cf9ca72cee.zip |
Add upload support to setuptools, and make default downloads of setuptools
come from PyPI/python.org rather than from telecommunity.com. Bump to
version 0.5a7.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041090
Diffstat (limited to 'setuptools/__init__.py')
-rw-r--r-- | setuptools/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/__init__.py b/setuptools/__init__.py index 5247f25b..89c4e7a9 100644 --- a/setuptools/__init__.py +++ b/setuptools/__init__.py @@ -8,7 +8,7 @@ from distutils.core import Command as _Command from distutils.util import convert_path import os.path -__version__ = '0.5a6' +__version__ = '0.5a7' __all__ = [ 'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require', |