From: Greg Ward Date: Fri, 2 Jun 2000 02:23:42 +0000 (+0000) Subject: Bumped version number to 0.9pre (there will be a couple of code snapshots X-Git-Tag: v2.0b1~1603 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f216fdda929e4bae91e07442ec265b94adda11d;p=thirdparty%2FPython%2Fcpython.git Bumped version number to 0.9pre (there will be a couple of code snapshots before the real release, but I want to make it clear that a major new release is on the way). --- diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index 32fc276c4073..2ba82bd58dd3 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.8.2" +__version__ = "0.9pre"