diff cmd2.py @ 124:fad4dde06be8 0.4.2

get 0.4.1 to assembla, darn it
author catherine@dellzilla
date Wed, 29 Oct 2008 11:04:51 -0400
parents e62aa2f58b7b
children 197a312f2656 e3ea21450237
line wrap: on
line diff
--- a/cmd2.py	Wed Oct 29 10:56:22 2008 -0400
+++ b/cmd2.py	Wed Oct 29 11:04:51 2008 -0400
@@ -25,7 +25,7 @@
 """
 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):