From 5bd844e20f7faf4c9c7c9eda6b92ba48a44af33c Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Sat, 4 Jan 2003 21:54:26 +0000 Subject: [PATCH] Tweak __version__ -- the current code is between Optik 1.4 and 1.4.1. --- Lib/optparse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/optparse.py b/Lib/optparse.py index e77e421268..517376a7bc 100644 --- a/Lib/optparse.py +++ b/Lib/optparse.py @@ -42,7 +42,7 @@ import sys, os import types import textwrap -__version__ = "1.4" +__version__ = "1.4+" class OptParseError (Exception): def __init__ (self, msg): -- 2.40.0