changeset 279:c6064bfd4d6c

v0.5.5
author catherine@cordelia
date Sat, 08 Aug 2009 00:16:27 -0400
parents b81954868184
children 38198b11f48c
files cmd2.py setup.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
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):
--- a/setup.py	Sat Aug 08 00:16:20 2009 -0400
+++ b/setup.py	Sat Aug 08 00:16:27 2009 -0400
@@ -3,7 +3,7 @@
 
 setup(
     name="cmd2",
-    version="0.5.4",
+    version="0.5.5",
     py_modules=["cmd2",],
     
     # metadata for upload to PyPI