diff options
author | Barry Warsaw <barry@python.org> | 2008-06-19 00:35:43 +0000 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-06-19 00:35:43 +0000 |
commit | c1e689ec9677f3222790aaf7da5c8c7361e50115 (patch) | |
tree | c8b8f9e1e0740c0b921b68f3abadb43aec7b5548 /Lib/idlelib/idlever.py | |
parent | ce943b6e22ae46855cc2fad4fff3a4e9f6171612 (diff) | |
download | cpython-git-c1e689ec9677f3222790aaf7da5c8c7361e50115.tar.gz |
Bump to 3.0b1v3.0b1
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 73dbc73a54..43595afe00 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.0a5" +IDLE_VERSION = "3.0b1" |