diff options
author | Barry Warsaw <barry@python.org> | 1999-04-26 23:18:07 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1999-04-26 23:18:07 (GMT) |
commit | d515a7ea3d2689ec429c4885f8bf2b3970773691 (patch) | |
tree | 280b9a35cf32849c48dc08875de793290eb66916 /Tools/pynche/Main.py | |
parent | 0604d723183bee9ca18920708ec7fd44fbc4c63b (diff) | |
download | cpython-d515a7ea3d2689ec429c4885f8bf2b3970773691.zip cpython-d515a7ea3d2689ec429c4885f8bf2b3970773691.tar.gz cpython-d515a7ea3d2689ec429c4885f8bf2b3970773691.tar.bz2 |
Set the version number to 1.0 -- I think it's stable enough
Diffstat (limited to 'Tools/pynche/Main.py')
-rw-r--r-- | Tools/pynche/Main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/pynche/Main.py b/Tools/pynche/Main.py index 459aaa5..06ca0c5 100644 --- a/Tools/pynche/Main.py +++ b/Tools/pynche/Main.py @@ -49,7 +49,7 @@ Where: """ -__version__ = '0.2' +__version__ = '1.0' import sys import os |