From: Greg Ward Date: Wed, 27 Sep 2000 02:26:57 +0000 (+0000) Subject: Bump version to 1.0pre. X-Git-Tag: v2.0c1~244 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef850def447045e0e8db94aa457434854fc3c577;p=thirdparty%2FPython%2Fcpython.git Bump version to 1.0pre. --- 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"