From: Guido van Rossum Date: Thu, 30 Mar 2000 20:30:34 +0000 (+0000) Subject: Bump version to 0.6 for the event of the Python 1.6 alpha 1 release. X-Git-Tag: v1.6a1~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8f512bfa4e5ab69a526ec647a1daeda77ac5c4f;p=python Bump version to 0.6 for the event of the Python 1.6 alpha 1 release. --- diff --git a/Tools/idle/idlever.py b/Tools/idle/idlever.py index e51797e674..291177a716 100644 --- a/Tools/idle/idlever.py +++ b/Tools/idle/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "0.5" +IDLE_VERSION = "0.6"