diff options
author | Barry Warsaw <barry@python.org> | 1998-11-18 03:09:18 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1998-11-18 03:09:18 (GMT) |
commit | 93990de252ec6901d0e42da3129fc94b6de6a1dc (patch) | |
tree | 269f1034f7742ab91be54f75d547fa99f1dff17b /Tools/pynche | |
parent | f79b7e274cfd7466115cce88c586d603a430122b (diff) | |
download | cpython-93990de252ec6901d0e42da3129fc94b6de6a1dc.zip cpython-93990de252ec6901d0e42da3129fc94b6de6a1dc.tar.gz cpython-93990de252ec6901d0e42da3129fc94b6de6a1dc.tar.bz2 |
tweak version number
Diffstat (limited to 'Tools/pynche')
-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 d6dbcb1..34bbb86 100644 --- a/Tools/pynche/Main.py +++ b/Tools/pynche/Main.py @@ -41,7 +41,7 @@ Where: """ -__version__ = '1.0' +__version__ = '0.1' import sys import os |