summaryrefslogtreecommitdiff
path: root/cmd2.py
diff options
context:
space:
mode:
authorTodd Leonhardt <toleonha@microsoft.com>2018-04-10 10:39:53 -0700
committerTodd Leonhardt <toleonha@microsoft.com>2018-04-10 10:39:53 -0700
commitef37f21aca6bdb95f8d2eed9c9986cdd4dad7e48 (patch)
tree9a02f742e54c27c216cd8397e9636e98bdb6560f /cmd2.py
parent3efcce1adbc259edde7429933bcd5ad753810a46 (diff)
downloadcmd2-git-ef37f21aca6bdb95f8d2eed9c9986cdd4dad7e48.tar.gz
Updated version to 0.8.5
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 d9825828..f2dc13f5 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -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()