summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-06-05 21:55:41 +0000
committerPJ Eby <distutils-sig@python.org>2005-06-05 21:55:41 +0000
commit217798f959f4e81907c5f5131eaa56374bd6e414 (patch)
treefa1bd343d40bad2c99d7f21817c1ace0f9ecb5b6 /setup.py
parente6572cb2a69f14590366d99cee809c79658b95c6 (diff)
downloadpython-setuptools-git-217798f959f4e81907c5f5131eaa56374bd6e414.tar.gz
Update docs for PyPI support, prep for 0.4a1 release
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041042
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 42f246cc..ff5fc91a 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ from distutils.version import LooseVersion
setup(
name="setuptools",
- version="0.3a4",
+ version="0.4a1",
description="Distutils packaging and installation enhancements",
author="Phillip J. Eby",