diff options
author | Guido van Rossum <guido@python.org> | 1999-04-07 18:27:29 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-04-07 18:27:29 (GMT) |
commit | a99c5db3aa9c57cb9c70cb67891688a339021770 (patch) | |
tree | 2de91ec9328b1315aff050746a7471f9933bbf77 /Tools | |
parent | 1e7b0acb4d0988e46cd270ecc2df6d48f87f3b1d (diff) | |
download | cpython-a99c5db3aa9c57cb9c70cb67891688a339021770.zip cpython-a99c5db3aa9c57cb9c70cb67891688a339021770.tar.gz cpython-a99c5db3aa9c57cb9c70cb67891688a339021770.tar.bz2 |
Version bump awaiting impending new release.
(Not much has changed :-( )
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/idle/idlever.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/idle/idlever.py b/Tools/idle/idlever.py index b9e87122..fc7f945 100644 --- a/Tools/idle/idlever.py +++ b/Tools/idle/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "0.3" +IDLE_VERSION = "0.4" |