aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-06-14 01:29:59 +0000
committerPJ Eby <distutils-sig@python.org>2005-06-14 01:29:59 +0000
commit0c5da9d627f035a365b94d43991db79b5d69efcf (patch)
tree0505af39e8a454a211b5e43237df28adb73183f1 /setup.py
parent4c58e9e0ef2cc1de12e7f813d843c4291f916ccc (diff)
downloadexternal_python_setuptools-0c5da9d627f035a365b94d43991db79b5d69efcf.tar.gz
external_python_setuptools-0c5da9d627f035a365b94d43991db79b5d69efcf.tar.bz2
external_python_setuptools-0c5da9d627f035a365b94d43991db79b5d69efcf.zip
Update to version 0.4a3
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041059
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 5dd81390..4334f52f 100755
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
"""Distutils setup file, used to install or test 'setuptools'"""
-VERSION = "0.4a2"
+VERSION = "0.4a3"
from setuptools import setup, find_packages, Require
setup(