commit | 5bd844e20f7faf4c9c7c9eda6b92ba48a44af33c | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Sat Jan 04 21:54:26 2003 +0000 |
committer | Greg Ward <gward@python.net> | Sat Jan 04 21:54:26 2003 +0000 |
tree | 41df823e6c1ddb1087f1b0605800003c544f400b | |
parent | 8afa3a3092b5f8ca37d9dca0823edd3d3253ffc9 [diff] |
Tweak __version__ -- the current code is between Optik 1.4 and 1.4.1.
diff --git a/Lib/optparse.py b/Lib/optparse.py index e77e421..517376a 100644 --- a/Lib/optparse.py +++ b/Lib/optparse.py
@@ -42,7 +42,7 @@ import types import textwrap -__version__ = "1.4" +__version__ = "1.4+" class OptParseError (Exception): def __init__ (self, msg):