From: Thomas Heller Date: Fri, 16 Jul 2004 18:14:37 +0000 (+0000) Subject: The new distutils features justify a new version number, imo. X-Git-Tag: v2.4a2~229 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=040d6d02b7f195f8e079086b9163dd8d3b639488;p=thirdparty%2FPython%2Fcpython.git 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 ?). --- diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index 7873d297b3e1..2e9c90c7c7f7 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"