summaryrefslogtreecommitdiff
path: root/cmd2.py
diff options
context:
space:
mode:
authorCatherine Devlin <catherine.devlin@gmail.com>2008-10-29 11:04:51 -0400
committerCatherine Devlin <catherine.devlin@gmail.com>2008-10-29 11:04:51 -0400
commit55fa41fbc58c718deb34a57586f2c8f78d955f45 (patch)
tree235daba5a9b1df21a537cc3b574a1a076da689b4 /cmd2.py
parentbd35f016762e6600b1d80e34a098a2a9b2258da6 (diff)
downloadcmd2-git-0.4.2.tar.gz
get 0.4.1 to assembla, darn it0.4.2
Diffstat (limited to 'cmd2.py')
-rwxr-xr-xcmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2.py b/cmd2.py
index 48914e63..13814d92 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -25,7 +25,7 @@ flagReader.py options are still supported for backward compatibility
"""
import cmd, re, os, sys, optparse, subprocess, tempfile, pyparsing, doctest, unittest
from optparse import make_option
-__version__ = '0.4'
+__version__ = '0.4.1'
class OptionParser(optparse.OptionParser):
def exit(self, status=0, msg=None):