]> granicus.if.org Git - python/commitdiff
Tweak __version__ -- the current code is between Optik 1.4 and 1.4.1.
authorGreg Ward <gward@python.net>
Sat, 4 Jan 2003 21:54:26 +0000 (21:54 +0000)
committerGreg Ward <gward@python.net>
Sat, 4 Jan 2003 21:54:26 +0000 (21:54 +0000)
Lib/optparse.py

index e77e4212683e84e236613d34404de794a1e39033..517376a7bcf4f0d4b9c50d77a366a70ee27ea4e3 100644 (file)
@@ -42,7 +42,7 @@ import sys, os
 import types
 import textwrap
 
-__version__ = "1.4"
+__version__ = "1.4+"
 
 class OptParseError (Exception):
     def __init__ (self, msg):