summaryrefslogtreecommitdiff
path: root/setuptools/__init__.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2008-02-15 23:50:56 +0000
committerPJ Eby <distutils-sig@python.org>2008-02-15 23:50:56 +0000
commitef659874989503df1143f0c4c625f9259fabc1e3 (patch)
treeca507b93e9840b273ad482ea9ad49fe8060bb846 /setuptools/__init__.py
parentc1100aaf1dbe135af945c81dcff7de9528322f07 (diff)
downloadpython-setuptools-git-ef659874989503df1143f0c4c625f9259fabc1e3.tar.gz
Bump version
--HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4060848
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 c390989a..56cbf767 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.6c8'
+__version__ = '0.6c9'
__all__ = [
'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require',
'find_packages'