diff options
author | Georg Brandl <georg@python.org> | 2011-02-20 10:37:07 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-02-20 10:37:07 (GMT) |
commit | 3ebb6b361553b1a786396189e92945a59075e51a (patch) | |
tree | dc445377f7dd0d5285513a369d9e2a4ab334b29e /Lib/idlelib | |
parent | 4a9d447ac633fb5ca29ace78d5bbfd9cd6d125db (diff) | |
download | cpython-3ebb6b361553b1a786396189e92945a59075e51a.zip cpython-3ebb6b361553b1a786396189e92945a59075e51a.tar.gz cpython-3ebb6b361553b1a786396189e92945a59075e51a.tar.bz2 |
Bump trunk to 3.3 alpha 0.
Diffstat (limited to 'Lib/idlelib')
-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 5b0907e..5e9afb1 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.2" +IDLE_VERSION = "3.3a0" |