From 748c8a24eea82ccb5e4796f6246724840a25d6d1 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Thu, 20 Jan 2005 19:25:24 +0000 Subject: Some bugs have been fixed in distutils, so increment the last part of the version number. For the distutils version numbering scheme, see http://mail.python.org/pipermail/distutils-sig/2005-January/004368.html --- 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 a1dbb4b..6a0aaad 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.0" +__version__ = "2.4.1" -- cgit v0.12