diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2006-10-23 15:27:22 (GMT) |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2006-10-23 15:27:22 (GMT) |
commit | 9f839d5b23eff11af3d124d3f38d917cdac6830d (patch) | |
tree | 67276ee8bc7f5e2b16a2e27495e9c99eb3c5334f /Lib/idlelib/idlever.py | |
parent | 1785d3fce87007d897786cd96807c27fc3e076cb (diff) | |
download | cpython-9f839d5b23eff11af3d124d3f38d917cdac6830d.zip cpython-9f839d5b23eff11af3d124d3f38d917cdac6830d.tar.gz cpython-9f839d5b23eff11af3d124d3f38d917cdac6830d.tar.bz2 |
preparing for 2.3.6c1
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 548bbb9..d9850d7 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.0.5" +IDLE_VERSION = "1.0.6c1" |