diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2004-07-15 21:30:41 +0000 |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2004-07-15 21:30:41 +0000 |
commit | 4f9013759bc7c7560ac35d0a4a2d7b382d5a004a (patch) | |
tree | 7ed83bb2869387f3aa6b427d9b7fe209220ffcef /Mac/Tools/IDE/PythonIDE.py | |
parent | c572e42fb46d69da1ac6aadf919837b5f5ed58ff (diff) | |
download | cpython-git-4f9013759bc7c7560ac35d0a4a2d7b382d5a004a.tar.gz |
- Added a note about fixversions.py
- Ran it.
Diffstat (limited to 'Mac/Tools/IDE/PythonIDE.py')
-rw-r--r-- | Mac/Tools/IDE/PythonIDE.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Tools/IDE/PythonIDE.py b/Mac/Tools/IDE/PythonIDE.py index fb991b0d90..1ea7711b9d 100644 --- a/Mac/Tools/IDE/PythonIDE.py +++ b/Mac/Tools/IDE/PythonIDE.py @@ -3,7 +3,7 @@ # keep this (__main__) as clean as possible, since we are using # it like the "normal" interpreter. -__version__ = '1.0.1' +__version__ = '1.0.2' import sys import os |