diff cmd2.py @ 279:c6064bfd4d6c

v0.5.5
author catherine@cordelia
date Sat, 08 Aug 2009 00:16:27 -0400
parents b3702f5ed467
children 38198b11f48c
line wrap: on
line diff
--- a/cmd2.py	Sat Aug 08 00:16:20 2009 -0400
+++ b/cmd2.py	Sat Aug 08 00:16:27 2009 -0400
@@ -26,7 +26,7 @@
 import unittest, string, datetime, urllib, glob
 from code import InteractiveConsole, InteractiveInterpreter, softspace
 from optparse import make_option
-__version__ = '0.5.4'
+__version__ = '0.5.5'
 
 class OptionParser(optparse.OptionParser):
     def exit(self, status=0, msg=None):