From 040d6d02b7f195f8e079086b9163dd8d3b639488 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Fri, 16 Jul 2004 18:14:37 +0000 Subject: [PATCH] The new distutils features justify a new version number, imo. If someone has other ideas for the numbering scheme, please change to something else (1.1.0 ?). --- 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 7873d297b3e..2e9c90c7c7f 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.3" +__version__ = "1.0.4"