summaryrefslogtreecommitdiff
path: root/setuptools/__init__.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-06-27 00:31:03 +0000
committerPJ Eby <distutils-sig@python.org>2005-06-27 00:31:03 +0000
commit643acd6ad1eb4aeebac199c91af001181c7786f3 (patch)
treed8eb4c9d9c85a24821fa728ed4fa1bbba1450e81 /setuptools/__init__.py
parent5ed7f988bca676d52388b7d0db6e540bfd1476f7 (diff)
downloadpython-setuptools-git-643acd6ad1eb4aeebac199c91af001181c7786f3.tar.gz
EasyInstall/setuptools 0.5a4: significant new features, including automatic
installation of dependencies, the ability to specify dependencies in a setup script, and several new options to control EasyInstall's behavior. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041073
Diffstat (limited to 'setuptools/__init__.py')
-rw-r--r--setuptools/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/__init__.py b/setuptools/__init__.py
index d469f3f7..ebebd509 100644
--- a/setuptools/__init__.py
+++ b/setuptools/__init__.py
@@ -8,7 +8,7 @@ from distutils.core import Command as _Command
from distutils.util import convert_path
import os.path
-__version__ = '0.5a3'
+__version__ = '0.5a4'
__all__ = [
'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require',