From: Greg Ward Date: Tue, 3 Oct 2000 03:48:43 +0000 (+0000) Subject: Bump version to 1.0. X-Git-Tag: v2.0c1~151 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da175f4bdda1cfd12be63435315c8a1dcb2254b2;p=thirdparty%2FPython%2Fcpython.git Bump version to 1.0. --- diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index 23315cdeb917..20736176272e 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.0pre" +__version__ = "1.0"