diff options
| author | PJ Eby <distutils-sig@python.org> | 2006-04-14 17:31:02 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2006-04-14 17:31:02 +0000 |
| commit | da5319effe71368fc925a8c374f50097192ccfd2 (patch) | |
| tree | 581a0e7156b826fbeb3dd1348eb88fdd1dd67fc3 /setuptools/__init__.py | |
| parent | c51417f82157df15a40d6fb3b1ba13a851a68763 (diff) | |
| download | python-setuptools-git-da5319effe71368fc925a8c374f50097192ccfd2.tar.gz | |
Creating a branch for the "stable" 0.6 development line of setuptools,
so that it can continue forward to 0.6b1 and onward, while using the
trunk for 0.7 development and Python 2.5 snapshots thereof.
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4045397
Diffstat (limited to 'setuptools/__init__.py')
| -rw-r--r-- | setuptools/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/__init__.py b/setuptools/__init__.py index 742ac076..fa152150 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.6a12' +__version__ = '0.6b1' __all__ = [ 'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require', 'find_packages' |
