summaryrefslogtreecommitdiff
path: root/setuptools/__init__.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-08-22 03:50:19 +0000
committerPJ Eby <distutils-sig@python.org>2005-08-22 03:50:19 +0000
commitba116dd30edfaf0e2feabaa01e0adb643235743a (patch)
tree1a61f51079c67008b131ca6e368939ee3b12b603 /setuptools/__init__.py
parent369ee0017f5a20b63f3f503196988ef5f111aa08 (diff)
downloadpython-setuptools-git-ba116dd30edfaf0e2feabaa01e0adb643235743a.tar.gz
Bump release version to 0.6a1. Fix a minor cosmetic issue on certain
ez_setup installs. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041224
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 eeb2975b..cb0ccba9 100644
--- a/setuptools/__init__.py
+++ b/setuptools/__init__.py
@@ -7,7 +7,7 @@ from distutils.core import Command as _Command
from distutils.util import convert_path
import os.path
-__version__ = '0.6a0'
+__version__ = '0.6a1'
__all__ = [
'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require',
'find_packages'