summaryrefslogtreecommitdiff
path: root/setuptools/__init__.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-05-03 07:59:45 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-05-03 07:59:45 -0400
commitb03a9e293b94b338027c4983c2ac3764692dd297 (patch)
tree0edbbba7b08bee89018dd7432254bb639b493305 /setuptools/__init__.py
parent737fe613840baf2e10246ffb83f86690a0b1561b (diff)
downloadpython-setuptools-git-b03a9e293b94b338027c4983c2ac3764692dd297.tar.gz
Copy changes to setuptools/archive_util.py setuptools/depends.py setuptools/extension.py and setuptools/__init__.py from 1aae1efe5733
--HG-- branch : Setuptools-Distribute merge extra : source : a3f8891a67625e751eacbf027d66feff19779da4
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 56cbf767..71eeff49 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.6c9'
+__version__ = '0.6c12'
__all__ = [
'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require',
'find_packages'