diff options
author | PJ Eby <distutils-sig@python.org> | 2006-07-11 19:48:12 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2006-07-11 19:48:12 +0000 |
commit | ce302c2fd64918212760c27304b520f48833d1ae (patch) | |
tree | 6503761f9978164bdacd9ed380b900c9771154f5 /setuptools | |
parent | 7486d707108cc5300bd86be4bf5916e3acc2ef87 (diff) | |
download | external_python_setuptools-ce302c2fd64918212760c27304b520f48833d1ae.tar.gz external_python_setuptools-ce302c2fd64918212760c27304b520f48833d1ae.tar.bz2 external_python_setuptools-ce302c2fd64918212760c27304b520f48833d1ae.zip |
Bump version #
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4050590
Diffstat (limited to 'setuptools')
-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 c6719d7f..0109504a 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.6b4' +__version__ = '0.6c1' __all__ = [ 'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require', 'find_packages' |