summaryrefslogtreecommitdiff
path: root/cmd2.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-06-24 09:30:18 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-06-24 09:30:18 -0400
commitb72a8ba7eed899ee8c44da36aa2636496bff89c7 (patch)
tree7ad860c98f534ba53a2f018967226004ad69a4a6 /cmd2.py
parentf57c7621ff18c8ee3888df2cb20711411886e484 (diff)
downloadcmd2-git-b72a8ba7eed899ee8c44da36aa2636496bff89c7.tar.gz
Set version to 0.7.4b for now
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 828e4f7c..1fbcc9f3 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -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()