summaryrefslogtreecommitdiff
path: root/cmd2.py
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2018-05-28 14:43:59 -0600
committerkotfu <kotfu@kotfu.net>2018-05-28 14:43:59 -0600
commit8dcad4d2b9db2f6c2434af23cd4675efa8a28738 (patch)
treed9420cb21da53a28fc4035df8fceb2134ec77bc4 /cmd2.py
parent54d98f6b56e2282198799d4ae78272d8f0b82e37 (diff)
downloadcmd2-git-8dcad4d2b9db2f6c2434af23cd4675efa8a28738.tar.gz
no dashes in rc version0.8.7rc1
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 5cc43568..2f25894a 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -229,7 +229,7 @@ if six.PY2 and sys.platform.startswith('lin'):
pass
-__version__ = '0.8.7-rc1'
+__version__ = '0.8.7rc1'
# Pyparsing enablePackrat() can greatly speed up parsing, but problems have been seen in Python 3 in the past
pyparsing.ParserElement.enablePackrat()