diff options
| author | PJ Eby <distutils-sig@python.org> | 2005-07-13 00:10:00 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2005-07-13 00:10:00 +0000 |
| commit | ec66b7d6776318053653b6d7b5f1950f42fd3ab0 (patch) | |
| tree | 22069180c01e6ee0292f9e9ecf89844ac8855bfd /setuptools/__init__.py | |
| parent | 9e8e86818d627fec65186bda3f69159c6903168a (diff) | |
| download | python-setuptools-git-ec66b7d6776318053653b6d7b5f1950f42fd3ab0.tar.gz | |
Prep for 0.5a12 release; update docs.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041125
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 df107d81..6b81f69f 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.5a11' +__version__ = '0.5a12' __all__ = [ 'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require', 'find_packages' |
