aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/__init__.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2006-03-30 00:38:43 +0000
committerPJ Eby <distutils-sig@python.org>2006-03-30 00:38:43 +0000
commit14ddd20c778df4c387bd8fa3a03f146070e60b32 (patch)
tree97f40c273bc3daf41f082fa343a0d46769f53183 /setuptools/__init__.py
parentc5f7e2189402dc267d8ea3067a1e1d81c84bf9c7 (diff)
downloadexternal_python_setuptools-14ddd20c778df4c387bd8fa3a03f146070e60b32.tar.gz
external_python_setuptools-14ddd20c778df4c387bd8fa3a03f146070e60b32.tar.bz2
external_python_setuptools-14ddd20c778df4c387bd8fa3a03f146070e60b32.zip
Bump version to 0.6a12dev... but hopefully it will in fact be 0.6b1.
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4043434
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 6196bc70..742ac076 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.6a11'
+__version__ = '0.6a12'
__all__ = [
'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require',
'find_packages'