diff options
author | Barry Warsaw <barry@python.org> | 2001-04-18 03:49:00 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2001-04-18 03:49:00 (GMT) |
commit | cc8a60cdf61307eeab7ecd7bb8795728373efdfe (patch) | |
tree | ba72753f27075c79af07838fa82ba5fc68207386 /Tools/pynche | |
parent | 6330b523272fecde3ef20276c036d7908208173b (diff) | |
download | cpython-cc8a60cdf61307eeab7ecd7bb8795728373efdfe.zip cpython-cc8a60cdf61307eeab7ecd7bb8795728373efdfe.tar.gz cpython-cc8a60cdf61307eeab7ecd7bb8795728373efdfe.tar.bz2 |
Bump the version to 1.1
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 b2294de..894d804 100644 --- a/Tools/pynche/Main.py +++ b/Tools/pynche/Main.py @@ -49,7 +49,7 @@ Where: """ -__version__ = '1.0' +__version__ = '1.1' import sys import os |