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):