summaryrefslogtreecommitdiffstats
path: root/Tools/pynche
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1999-04-26 23:18:07 (GMT)
committerBarry Warsaw <barry@python.org>1999-04-26 23:18:07 (GMT)
commitd515a7ea3d2689ec429c4885f8bf2b3970773691 (patch)
tree280b9a35cf32849c48dc08875de793290eb66916 /Tools/pynche
parent0604d723183bee9ca18920708ec7fd44fbc4c63b (diff)
downloadcpython-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')
-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 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