diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-06-24 09:30:18 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-06-24 09:30:18 -0400 |
commit | b72a8ba7eed899ee8c44da36aa2636496bff89c7 (patch) | |
tree | 7ad860c98f534ba53a2f018967226004ad69a4a6 /cmd2.py | |
parent | f57c7621ff18c8ee3888df2cb20711411886e484 (diff) | |
download | cmd2-git-b72a8ba7eed899ee8c44da36aa2636496bff89c7.tar.gz |
Set version to 0.7.4b for now
Diffstat (limited to 'cmd2.py')
-rwxr-xr-x | cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ try: except ImportError: pass -__version__ = '0.7.3' +__version__ = '0.7.4b' # Pyparsing enablePackrat() can greatly speed up parsing, but problems have been seen in Python 3 in the past pyparsing.ParserElement.enablePackrat() |