diff options
| author | PJ Eby <distutils-sig@python.org> | 2005-10-17 02:44:39 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2005-10-17 02:44:39 +0000 |
| commit | 8f158d47596b45487e91a9c1869fb965b8c90d74 (patch) | |
| tree | 064b85ffe45049baae3c402f456f76806ab6a8b0 /setuptools/__init__.py | |
| parent | 1877d977ec93415fc69ffdc6b4870eccac4381b7 (diff) | |
| download | python-setuptools-git-8f158d47596b45487e91a9c1869fb965b8c90d74.tar.gz | |
Prep for 0.6a6 release.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041264
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 aa3f4e32..f671acc9 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.6a5' +__version__ = '0.6a6' __all__ = [ 'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require', 'find_packages' |
