diff options
| author | Kurt B. Kaiser <kbk@shore.net> | 2007-12-12 17:13:19 +0000 |
|---|---|---|
| committer | Kurt B. Kaiser <kbk@shore.net> | 2007-12-12 17:13:19 +0000 |
| commit | 79bbbbc37576861e8dcbcd1b2d777b2a3cc8403f (patch) | |
| tree | 51429e950d6c711804ef343dbc28dbf21fe18310 | |
| parent | eeb49cd6678bc30f2131fa9eb2245c70c4100fc9 (diff) | |
| download | cpython-git-79bbbbc37576861e8dcbcd1b2d777b2a3cc8403f.tar.gz | |
Bump version
| -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 0d1ade7791..d6c541db63 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.0a1" +IDLE_VERSION = "3.0a2" |
