summaryrefslogtreecommitdiff
path: root/cmd2.py
diff options
context:
space:
mode:
authorCatherine Devlin <catherine.devlin@gmail.com>2014-12-08 21:20:41 -0500
committerCatherine Devlin <catherine.devlin@gmail.com>2014-12-08 21:20:41 -0500
commit3ed12b6154320d6e3e89c5aace04b7e5ac9bed2c (patch)
tree971448ec2d6e47a603d417e86c2ab07dbf8c7f44 /cmd2.py
parentb22c988c474aca67988f1d1aaf3c0fc8023cbc7a (diff)
downloadcmd2-git-3ed12b6154320d6e3e89c5aace04b7e5ac9bed2c.tar.gz
Marking for 0.6.8 release0.6.8
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 53b7040b..f9740af7 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.6.1'
+__version__ = '0.6.8'
if sys.version_info[0] == 2:
pyparsing.ParserElement.enablePackrat()