diff cmd2.py @ 95:199a08e3ae72

ready ? with 0.3.7
author catherine@dellzilla
date Fri, 26 Sep 2008 13:03:25 -0400
parents 414a78c16ce9
children
line wrap: on
line diff
--- 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):