summaryrefslogtreecommitdiff
path: root/cmd2.py
diff options
context:
space:
mode:
authorEric Lin <anselor@gmail.com>2018-04-10 13:30:44 -0400
committerEric Lin <anselor@gmail.com>2018-04-10 13:30:44 -0400
commitda285649ecda95f273bf1bf498b0e89c14e217b4 (patch)
tree8157d35a974f175d013f26e8421da2f2eaa513e1 /cmd2.py
parent4f68eb2a9f037d2369558cb7de232b4ce3898cf0 (diff)
parent322a7c2c36e4efd345a3d57dd09aea3200e0656b (diff)
downloadcmd2-git-da285649ecda95f273bf1bf498b0e89c14e217b4.tar.gz
Merge remote-tracking branch 'origin/master' into help_categories
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 6179df69..230de1a6 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -183,7 +183,7 @@ if six.PY2 and sys.platform.startswith('lin'):
except ImportError:
pass
-__version__ = '0.8.3'
+__version__ = '0.8.4'
# Pyparsing enablePackrat() can greatly speed up parsing, but problems have been seen in Python 3 in the past
pyparsing.ParserElement.enablePackrat()