parser = optparse.OptionParser(usage = "usage: %prog [options] [tests...]")
parser.add_option("--file", action="store", dest="file", help="only generate file <file>")
parser.add_option("--docstrings", action="store_true", dest="docstrings", help="only generate docstrings")
-parser.add_option("--version", action="store", dest="version", default="0.3.6", help="version string")
+parser.add_option("--version", action="store", dest="version", default="0.3.7", help="version string")
(options, args) = parser.parse_args()
if options.file: