diff options
author | Georg Brandl <georg@python.org> | 2012-06-26 07:43:40 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-06-26 07:43:40 (GMT) |
commit | d08cec6d62394c2b5cc0986a59354fc09868ec1e (patch) | |
tree | 4624bbb50894e70c1db42ca162084c214e9e4463 /Lib/idlelib/idlever.py | |
parent | dba3b5ce07a490dea9af78a3882131cd74696bcc (diff) | |
download | cpython-d08cec6d62394c2b5cc0986a59354fc09868ec1e.zip cpython-d08cec6d62394c2b5cc0986a59354fc09868ec1e.tar.gz cpython-d08cec6d62394c2b5cc0986a59354fc09868ec1e.tar.bz2 |
Bump version to 3.3.0b1.v3.3.0b1
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 44811af..7de1b07 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.3.0a4" +IDLE_VERSION = "3.3.0b1" |