diff options
| author | PJ Eby <distutils-sig@python.org> | 2005-06-25 19:33:06 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2005-06-25 19:33:06 +0000 |
| commit | 5ed7f988bca676d52388b7d0db6e540bfd1476f7 (patch) | |
| tree | 37245356c1f87d033af6b9a7ff633a14ad50bbf3 /setuptools/__init__.py | |
| parent | 0fd80962ecc527dbb57ec6472559cdb90ecfe582 (diff) | |
| download | python-setuptools-git-5ed7f988bca676d52388b7d0db6e540bfd1476f7.tar.gz | |
0.5a3 bugfix release
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041072
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 3220643d..d469f3f7 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.5a1' +__version__ = '0.5a3' __all__ = [ 'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require', |
