From 0f216fdda929e4bae91e07442ec265b94adda11d Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Fri, 2 Jun 2000 02:23:42 +0000 Subject: 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). --- 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 32fc276..2ba82bd 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" -- cgit v0.12