From: Greg Ward Date: Sat, 26 Aug 2000 02:37:07 +0000 (+0000) Subject: Bumped version to 0.9.2pre. X-Git-Tag: v2.0b1~214 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=889de85d8bdda507855582f391d8c6a6b3f24381;p=thirdparty%2FPython%2Fcpython.git Bumped version to 0.9.2pre. --- diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index 7fe2f913e950..afd65545b4cf 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.1" +__version__ = "0.9.2pre"