diff options
| author | PJ Eby <distutils-sig@python.org> | 2005-06-14 01:29:59 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2005-06-14 01:29:59 +0000 |
| commit | 0c5da9d627f035a365b94d43991db79b5d69efcf (patch) | |
| tree | 0505af39e8a454a211b5e43237df28adb73183f1 /setuptools | |
| parent | 4c58e9e0ef2cc1de12e7f813d843c4291f916ccc (diff) | |
| download | python-setuptools-git-0c5da9d627f035a365b94d43991db79b5d69efcf.tar.gz | |
Update to version 0.4a3
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041059
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 38ab8a71..a6a1b7eb 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.4a2' +__version__ = '0.4a3' __all__ = [ 'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require', |
