From 6fa2474b204c2d5fa72f31300379c9def14d74b9 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Fri, 23 Jul 2004 19:47:32 +0000 Subject: [PATCH] Make the distutils version number the same as the python version. It must be literally contained here, because it is still possible to install this distutils in older Python versions. --- Lib/distutils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index 2e9c90c7c7..2592a6c559 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -12,4 +12,4 @@ used from a setup script as __revision__ = "$Id$" -__version__ = "1.0.4" +__version__ = "2.4.0" -- 2.50.0