summaryrefslogtreecommitdiff
path: root/cmd2.py
diff options
context:
space:
mode:
authorCatherine Devlin <catherine.devlin@gmail.com>2013-02-28 00:10:34 -0500
committerCatherine Devlin <catherine.devlin@gmail.com>2013-02-28 00:10:34 -0500
commit076061878bae0abd2e89d54b0be27d35c59283cc (patch)
tree859c2844296480a381a5f8170c1de24c55035bb1 /cmd2.py
parent5664ae0aba070e5fcd6824e0fdfba0c69c1c3a0a (diff)
downloadcmd2-git-076061878bae0abd2e89d54b0be27d35c59283cc.tar.gz
v0.6.5
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 ba7fab83..bd1bd5bf 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -42,7 +42,7 @@ from code import InteractiveConsole, InteractiveInterpreter
from optparse import make_option
import pyparsing
-__version__ = '0.6.4'
+__version__ = '0.6.5'
if sys.version_info[0] == 2:
pyparsing.ParserElement.enablePackrat()