diff options
author | Barry Warsaw <barry@python.org> | 2008-12-03 16:46:14 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-12-03 16:46:14 (GMT) |
commit | 97f005d137b59887e64fed801197aae1b3597083 (patch) | |
tree | 4859c2940d554db1c2085b996ba6ba0260dca79a /Lib/idlelib | |
parent | 815427c481fbef0f9110f4e3d3e4c2d9eebd64cd (diff) | |
download | cpython-97f005d137b59887e64fed801197aae1b3597083.zip cpython-97f005d137b59887e64fed801197aae1b3597083.tar.gz cpython-97f005d137b59887e64fed801197aae1b3597083.tar.bz2 |
Prep for Python 3.1!
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 a18c676..42720f9 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.0rc3" +IDLE_VERSION = "3.1a0" |