commit | afca4153a5aaacda9fa5161caeb55c4fd453810c | [log] [tgz] |
---|---|---|
author | Just van Rossum <just@lettererror.com> | Sat Oct 30 11:45:16 1999 +0000 |
committer | Just van Rossum <just@lettererror.com> | Sat Oct 30 11:45:16 1999 +0000 |
tree | 832a0adfbf25a6e88cc6f2f517b4f37f97de4c3a | |
parent | 5f740070b129eabfdf0724848be51d06014abb09 [diff] [blame] |
New __version__ number (1.0!) -- jvr
diff --git a/Mac/Tools/IDE/PythonIDE.py b/Mac/Tools/IDE/PythonIDE.py index abb7802..b80fd5f 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.0b3' +__version__ = '1.0' def init():