diff options
author | Guido van Rossum <guido@python.org> | 2000-03-30 20:30:34 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-03-30 20:30:34 (GMT) |
commit | b8f512bfa4e5ab69a526ec647a1daeda77ac5c4f (patch) | |
tree | feff3b845a37f7e89d8b67e5b008f5451de695dd /Tools | |
parent | 71d55835b388c7f2621588dc69a9f848c74f4cdd (diff) | |
download | cpython-b8f512bfa4e5ab69a526ec647a1daeda77ac5c4f.zip cpython-b8f512bfa4e5ab69a526ec647a1daeda77ac5c4f.tar.gz cpython-b8f512bfa4e5ab69a526ec647a1daeda77ac5c4f.tar.bz2 |
Bump version to 0.6 for the event of the Python 1.6 alpha 1 release.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/idle/idlever.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/idle/idlever.py b/Tools/idle/idlever.py index e51797e..291177a 100644 --- a/Tools/idle/idlever.py +++ b/Tools/idle/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "0.5" +IDLE_VERSION = "0.6" |