summaryrefslogtreecommitdiff
path: root/setuptools
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2009-10-19 21:06:29 +0000
committerPJ Eby <distutils-sig@python.org>2009-10-19 21:06:29 +0000
commit33415044219744c3d3c27096959f4e5e4fb6998e (patch)
treef2ae6019e45a2f60a8c7d54b960140b7c3fbdb84 /setuptools
parent7742bceaefff829d1c886e410f5124902c52516c (diff)
downloadpython-setuptools-git-33415044219744c3d3c27096959f4e5e4fb6998e.tar.gz
Update to version 0.6c11
--HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4075545
Diffstat (limited to 'setuptools')
-rw-r--r--setuptools/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/__init__.py b/setuptools/__init__.py
index a9f6544d..a314ca7e 100644
--- a/setuptools/__init__.py
+++ b/setuptools/__init__.py
@@ -7,7 +7,7 @@ from distutils.core import Command as _Command
from distutils.util import convert_path
import os.path
-__version__ = '0.6c10'
+__version__ = '0.6c11'
__all__ = [
'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require',
'find_packages'