diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2003-07-27 00:56:41 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2003-07-27 00:56:41 (GMT) |
commit | 7fbc3046df5cac4dd6cf0cbbf96707a94a305bb6 (patch) | |
tree | a8ffa6b0dc16845e208121c066ec2dd8215b38c5 /Lib/idlelib/idlever.py | |
parent | ee924cd3b60c71a5fb9be687cf25666a808b7ced (diff) | |
download | cpython-7fbc3046df5cac4dd6cf0cbbf96707a94a305bb6.zip cpython-7fbc3046df5cac4dd6cf0cbbf96707a94a305bb6.tar.gz cpython-7fbc3046df5cac4dd6cf0cbbf96707a94a305bb6.tar.bz2 |
Update for release.
Diffstat (limited to 'Lib/idlelib/idlever.py')
-rw-r--r-- | Lib/idlelib/idlever.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 0f11ae2..448d905 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.0rc2" +IDLE_VERSION = "1.0" |