diff options
| author | PJ Eby <distutils-sig@python.org> | 2005-07-08 15:52:05 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2005-07-08 15:52:05 +0000 |
| commit | 82b1c266a8a07292eed2419b1177db78785b1ae4 (patch) | |
| tree | 6c7fe0b0f474a7b2d5d4e3c5f31a6c145027e400 /setuptools/__init__.py | |
| parent | d798d6943f81d938581c37b431b141b013678021 (diff) | |
| download | python-setuptools-git-82b1c266a8a07292eed2419b1177db78785b1ae4.tar.gz | |
Doc and other updates for 0.5a8 release. Add project aliases for source
and binary register+upload.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041100
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 89c4e7a9..5883010b 100644 --- a/setuptools/__init__.py +++ b/setuptools/__init__.py @@ -8,7 +8,7 @@ from distutils.core import Command as _Command from distutils.util import convert_path import os.path -__version__ = '0.5a7' +__version__ = '0.5a8' __all__ = [ 'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require', |
