diff options
author | PJ Eby <distutils-sig@python.org> | 2005-09-18 04:02:38 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-09-18 04:02:38 +0000 |
commit | 3adaf85ef1eb6d3df18c58dc5b84dcc248d3e364 (patch) | |
tree | 8d7e9cdd0b67976e4a34e4949e039ecb6ccac491 /setuptools/__init__.py | |
parent | 673ac23e93f64a287c16a0d0ea45ba9ab9379d2d (diff) | |
download | external_python_setuptools-3adaf85ef1eb6d3df18c58dc5b84dcc248d3e364.tar.gz external_python_setuptools-3adaf85ef1eb6d3df18c58dc5b84dcc248d3e364.tar.bz2 external_python_setuptools-3adaf85ef1eb6d3df18c58dc5b84dcc248d3e364.zip |
setuptools 0.6a2 release
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041247
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 cb0ccba9..13466621 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.6a1' +__version__ = '0.6a2' __all__ = [ 'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require', 'find_packages' |