diff options
author | PJ Eby <distutils-sig@python.org> | 2005-07-07 02:10:14 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-07-07 02:10:14 +0000 |
commit | 61d2fd1d71e8940531c35327e6d91c41ddcd9dbd (patch) | |
tree | 5f3939a5ca1432303ddaffde0e34e0f685c95015 /setuptools | |
parent | 695ddfb6724e59a51d9e523ad3e51c21b2890129 (diff) | |
download | external_python_setuptools-61d2fd1d71e8940531c35327e6d91c41ddcd9dbd.tar.gz external_python_setuptools-61d2fd1d71e8940531c35327e6d91c41ddcd9dbd.tar.bz2 external_python_setuptools-61d2fd1d71e8940531c35327e6d91c41ddcd9dbd.zip |
Bump release version
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041089
Diffstat (limited to 'setuptools')
-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 246c05b6..5247f25b 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.5a5' +__version__ = '0.5a6' __all__ = [ 'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require', |