diff options
author | Barry Warsaw <barry@python.org> | 2008-08-21 02:39:51 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-08-21 02:39:51 (GMT) |
commit | 57c1058c34ec9549575c376e175289bab6844c4f (patch) | |
tree | 7071719d6d0b23dcd169001496328ea7f5a87851 /Lib/idlelib/idlever.py | |
parent | 6e7740c790bf41f520e304ec17abf79a5373b5cc (diff) | |
download | cpython-57c1058c34ec9549575c376e175289bab6844c4f.zip cpython-57c1058c34ec9549575c376e175289bab6844c4f.tar.gz cpython-57c1058c34ec9549575c376e175289bab6844c4f.tar.bz2 |
Bumping to 3.0b3v3.0b3
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 eac348d..e5027cd 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.0b2" +IDLE_VERSION = "3.0b3" |