From ef850def447045e0e8db94aa457434854fc3c577 Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Wed, 27 Sep 2000 02:26:57 +0000 Subject: [PATCH] Bump version to 1.0pre. --- 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 6113dcf8c3b4..23315cdeb917 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -10,4 +10,4 @@ used from a setup script as __revision__ = "$Id$" -__version__ = "0.9.4" +__version__ = "1.0pre" -- 2.47.3