summaryrefslogtreecommitdiff
path: root/cmd2.py
diff options
context:
space:
mode:
authorCatherine Devlin <catherine.devlin@gmail.com>2009-04-03 13:04:39 -0400
committerCatherine Devlin <catherine.devlin@gmail.com>2009-04-03 13:04:39 -0400
commitdbda99d6ea7c9ff05c49743052c69dc32f574042 (patch)
treef67d16527ea54c60c9b647d9c11e5f98e0318b15 /cmd2.py
parente2983a988c8ee8e5f48ff7b13f7ab3cb43692ded (diff)
downloadcmd2-git-dbda99d6ea7c9ff05c49743052c69dc32f574042.tar.gz
mark v0.5.2 in code
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 a6b5f18b..58efb7b8 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -26,7 +26,7 @@ import cmd, re, os, sys, optparse, subprocess, tempfile, pyparsing, doctest
import unittest, string, datetime, urllib, glob
from code import InteractiveConsole, InteractiveInterpreter, softspace
from optparse import make_option
-__version__ = '0.5.1'
+__version__ = '0.5.2'
class OptionParser(optparse.OptionParser):
def exit(self, status=0, msg=None):