diff options
author | Catherine Devlin <catherine.devlin@gmail.com> | 2013-03-18 09:43:23 -0700 |
---|---|---|
committer | Catherine Devlin <catherine.devlin@gmail.com> | 2013-03-18 09:43:23 -0700 |
commit | cbd926f18ab937c69149da1aa56edb318b396915 (patch) | |
tree | 8ea593eb5c30f20c8217282ee7d009b69f7d3e5a /cmd2.py | |
parent | 9c2f8f9a1f93555530e9f3cdf49310ca90ec5b88 (diff) | |
download | cmd2-git-cbd926f18ab937c69149da1aa56edb318b396915.tar.gz |
marking v0.6.5.10.6.5.1
Diffstat (limited to 'cmd2.py')
-rwxr-xr-x | cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |