From: Greg Ward Date: Sun, 15 Oct 2000 19:20:20 +0000 (+0000) Subject: Bump version to 1.0.1. X-Git-Tag: v2.0~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0eb75b42cd6f70015b72204629168daf4bc6d4a1;p=thirdparty%2FPython%2Fcpython.git Bump version to 1.0.1. --- diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index 20736176272e..55951090ff98 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -10,4 +10,4 @@ used from a setup script as __revision__ = "$Id$" -__version__ = "1.0" +__version__ = "1.0.1"