diff options
| author | PJ Eby <distutils-sig@python.org> | 2005-06-14 15:48:44 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2005-06-14 15:48:44 +0000 |
| commit | d4efc98aded77e7d2fa8597412f5a05be8760c60 (patch) | |
| tree | f63f7e2399b530b03c24b36fb54584d16ad3d820 /setuptools | |
| parent | 8a1ba5d6cdaa0318c4f3fc5de1ae4d092d58003e (diff) | |
| download | python-setuptools-git-d4efc98aded77e7d2fa8597412f5a05be8760c60.tar.gz | |
Bump version # for release.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041065
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 a6a1b7eb..77fdbbbe 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.4a3' +__version__ = '0.4a4' __all__ = [ 'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require', |
