From 28a6fa31fff4cf5a38894988c4b6bfaf14e40438 Mon Sep 17 00:00:00 2001 From: PJ Eby Date: Sat, 4 Jun 2005 21:35:13 +0000 Subject: 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 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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", -- cgit v1.2.1