aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-06-04 21:35:13 +0000
committerPJ Eby <distutils-sig@python.org>2005-06-04 21:35:13 +0000
commit28a6fa31fff4cf5a38894988c4b6bfaf14e40438 (patch)
tree1f0ea15dcd9be078aad8aae72bf6c7065864aebf /setup.py
parent781c62298da098d2bab1010edd0e773bf314f9dc (diff)
downloadexternal_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-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index fefe2c31..42f246cc 100755
--- a/setup.py
+++ b/setup.py
@@ -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",