summaryrefslogtreecommitdiffstats
path: root/Tools/pynche
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1998-11-18 03:09:18 (GMT)
committerBarry Warsaw <barry@python.org>1998-11-18 03:09:18 (GMT)
commit93990de252ec6901d0e42da3129fc94b6de6a1dc (patch)
tree269f1034f7742ab91be54f75d547fa99f1dff17b /Tools/pynche
parentf79b7e274cfd7466115cce88c586d603a430122b (diff)
downloadcpython-93990de252ec6901d0e42da3129fc94b6de6a1dc.zip
cpython-93990de252ec6901d0e42da3129fc94b6de6a1dc.tar.gz
cpython-93990de252ec6901d0e42da3129fc94b6de6a1dc.tar.bz2
tweak version number
Diffstat (limited to 'Tools/pynche')
-rw-r--r--Tools/pynche/Main.py2
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