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

View file

@ -20,4 +20,4 @@
# 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"