diff options
author | Todd Leonhardt <toleonha@microsoft.com> | 2018-04-10 10:39:53 -0700 |
---|---|---|
committer | Todd Leonhardt <toleonha@microsoft.com> | 2018-04-10 10:39:53 -0700 |
commit | ef37f21aca6bdb95f8d2eed9c9986cdd4dad7e48 (patch) | |
tree | 9a02f742e54c27c216cd8397e9636e98bdb6560f /cmd2.py | |
parent | 3efcce1adbc259edde7429933bcd5ad753810a46 (diff) | |
download | cmd2-git-ef37f21aca6bdb95f8d2eed9c9986cdd4dad7e48.tar.gz |
Updated version to 0.8.5
Diffstat (limited to 'cmd2.py')
-rwxr-xr-x | cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -182,7 +182,7 @@ if six.PY2 and sys.platform.startswith('lin'): except ImportError: pass -__version__ = '0.8.4' +__version__ = '0.8.5' # Pyparsing enablePackrat() can greatly speed up parsing, but problems have been seen in Python 3 in the past pyparsing.ParserElement.enablePackrat() |