From 3314c8efc9bc54b99c4fb724d485cd1882e425f2 Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Wed, 19 Apr 2000 02:23:21 +0000 Subject: Bumped version to 0.8.1. --- 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 9305554..5b8a662 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" +__version__ = "0.8.1" -- cgit v0.12