summaryrefslogtreecommitdiff
path: root/cmd2.py
diff options
context:
space:
mode:
authorCatherine Devlin <catherine.devlin@gmail.com>2013-03-18 09:43:23 -0700
committerCatherine Devlin <catherine.devlin@gmail.com>2013-03-18 09:43:23 -0700
commitcbd926f18ab937c69149da1aa56edb318b396915 (patch)
tree8ea593eb5c30f20c8217282ee7d009b69f7d3e5a /cmd2.py
parent9c2f8f9a1f93555530e9f3cdf49310ca90ec5b88 (diff)
downloadcmd2-git-cbd926f18ab937c69149da1aa56edb318b396915.tar.gz
marking v0.6.5.10.6.5.1
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 bd1bd5bf..993af890 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.5'
+__version__ = '0.6.5.1'
if sys.version_info[0] == 2:
pyparsing.ParserElement.enablePackrat()