diff options
| author | PJ Eby <distutils-sig@python.org> | 2005-11-02 23:55:34 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2005-11-02 23:55:34 +0000 |
| commit | 25d3d2a756deba20be559ff5f46e8621779ad226 (patch) | |
| tree | c429126f826fa8080f7d1e447e3dd2627496d01d /setuptools/__init__.py | |
| parent | 1611cf8caa724b24b5d44ae5f45e91fc1f70291a (diff) | |
| download | python-setuptools-git-25d3d2a756deba20be559ff5f46e8621779ad226.tar.gz | |
0.6a7 bugfix release
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041377
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 f671acc9..3e88096d 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.6a6' +__version__ = '0.6a7' __all__ = [ 'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require', 'find_packages' |
