diff options
author | PJ Eby <distutils-sig@python.org> | 2005-06-04 21:35:13 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-06-04 21:35:13 +0000 |
commit | 28a6fa31fff4cf5a38894988c4b6bfaf14e40438 (patch) | |
tree | 1f0ea15dcd9be078aad8aae72bf6c7065864aebf /setup.py | |
parent | 781c62298da098d2bab1010edd0e773bf314f9dc (diff) | |
download | external_python_setuptools-28a6fa31fff4cf5a38894988c4b6bfaf14e40438.tar.gz external_python_setuptools-28a6fa31fff4cf5a38894988c4b6bfaf14e40438.tar.bz2 external_python_setuptools-28a6fa31fff4cf5a38894988c4b6bfaf14e40438.zip |
Fix a minor problem with -b option, and prep for 0.3a4 release.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041035
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ from distutils.version import LooseVersion setup( name="setuptools", - version="0.3a3", + version="0.3a4", description="Distutils packaging and installation enhancements", author="Phillip J. Eby", |