diff options
| author | PJ Eby <distutils-sig@python.org> | 2005-07-12 05:32:05 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2005-07-12 05:32:05 +0000 |
| commit | 9a9f104b716300e6b20e6501dd32d2f16030ec65 (patch) | |
| tree | 951db00a6ac1c4d297684a022b75c268a36bb84b /setuptools/__init__.py | |
| parent | 3efcdec07fa19acd77cb3a5a38ef5052b509681a (diff) | |
| download | python-setuptools-git-9a9f104b716300e6b20e6501dd32d2f16030ec65.tar.gz | |
Bump version #.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041118
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 c299790a..1cd86f72 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.5a9' +__version__ = '0.5a10' __all__ = [ 'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require', 'find_packages' |
