summaryrefslogtreecommitdiff
path: root/setuptools/__init__.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-11-18 02:22:08 +0000
committerPJ Eby <distutils-sig@python.org>2005-11-18 02:22:08 +0000
commitac79860bbfb5b99e027673cfd1b334e9eaf0255b (patch)
treef37c37208470760566910ced47744c9017e56b7f /setuptools/__init__.py
parent9a787c343b5f58f62441f89163c7507f91a98ff9 (diff)
downloadpython-setuptools-git-ac79860bbfb5b99e027673cfd1b334e9eaf0255b.tar.gz
Bump version number to begin the 0.6a9 developent cycle
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041470
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 e88f0791..269871e2 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.6a8'
+__version__ = '0.6a9'
__all__ = [
'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require',
'find_packages'