From 87b99c7f0e194349e0f30b4d6facb3f3a311ba7e Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Thu, 20 Jan 2005 19:28:44 +0000 Subject: At least one bug has 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 7873d29..2e9c90c 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" -- cgit v0.12