diff options
| author | PJ Eby <distutils-sig@python.org> | 2007-05-31 17:48:28 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2007-05-31 17:48:28 +0000 |
| commit | 29c54edeca3c017eae443dd2b4282a84cf037f06 (patch) | |
| tree | 193df47b2170ec4903e9030ce1513c39fba9a532 /setuptools | |
| parent | b364978eee6eaf2e03999ab0590a16278a03b13e (diff) | |
| download | python-setuptools-git-29c54edeca3c017eae443dd2b4282a84cf037f06.tar.gz | |
bump version
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4055713
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 c8764396..cdf8eae2 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.6c6' +__version__ = '0.6c7' __all__ = [ 'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require', 'find_packages' |
