Bump distutils version number to match Python version.
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py
index 86ad44f..8c954c2 100644
--- a/Lib/distutils/__init__.py
+++ b/Lib/distutils/__init__.py
@@ -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"