From: Greg Ward Date: Wed, 13 Sep 2000 00:44:09 +0000 (+0000) Subject: Bump version to 0.9.3pre. X-Git-Tag: v2.0b2~346 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1830b2118676679813aedf211f6b967bb3fe4396;p=thirdparty%2FPython%2Fcpython.git Bump version to 0.9.3pre. --- diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index 16a3984b0ccc..34f55a2fd76d 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.2" +__version__ = "0.9.3pre"