diff options
| author | PJ Eby <distutils-sig@python.org> | 2005-06-15 02:23:48 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2005-06-15 02:23:48 +0000 |
| commit | 645693ba88a2bd2beacbd50d57a5608960190a74 (patch) | |
| tree | 9ef6012a9f15c0761b22a1d2a8169543f49b3ab3 /setuptools/__init__.py | |
| parent | 5a9445cd57c60bb47451d8a88ec12a7a865013b7 (diff) | |
| download | python-setuptools-git-645693ba88a2bd2beacbd50d57a5608960190a74.tar.gz | |
Add support for installing from .win32.exe's created by distutils (by
converting them to eggs). Bump version to 0.5a1.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041070
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 1a6bebff..3220643d 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.4a4' +__version__ = '0.5a1' __all__ = [ 'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require', |
