summaryrefslogtreecommitdiff
path: root/cmd2.py
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2018-05-28 14:28:57 -0600
committerkotfu <kotfu@kotfu.net>2018-05-28 14:28:57 -0600
commit54d98f6b56e2282198799d4ae78272d8f0b82e37 (patch)
tree38448c7e32fab252aee4913cb6035786643abac4 /cmd2.py
parent1595d75f455eddafc69a60c267471d4090c582e2 (diff)
downloadcmd2-git-54d98f6b56e2282198799d4ae78272d8f0b82e37.tar.gz
Add ‘python-requires >= 2.7’ for #421
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 d69e4b3f..5cc43568 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -229,7 +229,7 @@ if six.PY2 and sys.platform.startswith('lin'):
pass
-__version__ = '0.8.6'
+__version__ = '0.8.7-rc1'
# Pyparsing enablePackrat() can greatly speed up parsing, but problems have been seen in Python 3 in the past
pyparsing.ParserElement.enablePackrat()