From f46d5d335189689c255f5ac97700af538a34df61 Mon Sep 17 00:00:00 2001 From: Anthony Baxter Date: Tue, 10 Oct 2006 08:10:42 +0000 Subject: [PATCH] Update distutils version number to match the library version number --- 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 6a0aaad73ff5..ad2bb171ebd4 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -12,4 +12,4 @@ used from a setup script as __revision__ = "$Id$" -__version__ = "2.4.1" +__version__ = "2.4.4" -- 2.47.3