From be63884d5069901effb9c045bde43e732c969f71 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Fri, 5 Oct 2001 20:43:09 +0000 Subject: With Andrew's blessing: distutils version number is now 1.0.3. --- 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 27e79a5..1055aa3 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -10,4 +10,4 @@ used from a setup script as __revision__ = "$Id$" -__version__ = "1.0.2" +__version__ = "1.0.3" -- cgit v0.12