# HG changeset patch # User catherine@dellzilla # Date 1222448605 14400 # Node ID 199a08e3ae72b472d9668ea5a5a7f7f0fc3228c3 # Parent 414a78c16ce9ea8f70ede458d388e64db0d52d82 ready ? with 0.3.7 diff -r 414a78c16ce9 -r 199a08e3ae72 cmd2.py --- a/cmd2.py Wed Sep 24 18:00:22 2008 -0400 +++ b/cmd2.py Fri Sep 26 13:03:25 2008 -0400 @@ -24,6 +24,7 @@ """ import cmd, re, os, sys, optparse, subprocess, tempfile, pyparsing, doctest from optparse import make_option +__version__ = '0.3.7' class OptionParser(optparse.OptionParser): def exit(self, status=0, msg=None): diff -r 414a78c16ce9 -r 199a08e3ae72 setup.py --- a/setup.py Wed Sep 24 18:00:22 2008 -0400 +++ b/setup.py Fri Sep 26 13:03:25 2008 -0400 @@ -3,7 +3,7 @@ setup( name="cmd2", - version="0.3.6", + version="0.3.7", py_modules = ['cmd2','flagReader','bootstrap'], # metadata for upload to PyPI