aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-06-14 15:48:44 +0000
committerPJ Eby <distutils-sig@python.org>2005-06-14 15:48:44 +0000
commitd4efc98aded77e7d2fa8597412f5a05be8760c60 (patch)
treef63f7e2399b530b03c24b36fb54584d16ad3d820 /setup.py
parent8a1ba5d6cdaa0318c4f3fc5de1ae4d092d58003e (diff)
downloadexternal_python_setuptools-d4efc98aded77e7d2fa8597412f5a05be8760c60.tar.gz
external_python_setuptools-d4efc98aded77e7d2fa8597412f5a05be8760c60.tar.bz2
external_python_setuptools-d4efc98aded77e7d2fa8597412f5a05be8760c60.zip
Bump version # for release.
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041065
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 4334f52f..4b581881 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.4a3"
+VERSION = "0.4a4"
from setuptools import setup, find_packages, Require
setup(