summaryrefslogtreecommitdiff
path: root/setuptools/__init__.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-11-02 23:55:34 +0000
committerPJ Eby <distutils-sig@python.org>2005-11-02 23:55:34 +0000
commit25d3d2a756deba20be559ff5f46e8621779ad226 (patch)
treec429126f826fa8080f7d1e447e3dd2627496d01d /setuptools/__init__.py
parent1611cf8caa724b24b5d44ae5f45e91fc1f70291a (diff)
downloadpython-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__.py2
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'