Bump distutils version number to match Python version.

This commit is contained in:
Marc-André Lemburg 2008-02-01 22:58:17 +00:00
parent 4cab8ece0a
commit 1aa8a696f5
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@ __revision__ = "$Id$"
# In general, major and minor version should loosely follow the Python
# version number the distutils code was shipped with.
#
__version__ = "2.5.1"
__version__ = "2.6.0"