summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2018-05-28 15:59:17 -0600
committerkotfu <kotfu@kotfu.net>2018-05-28 15:59:17 -0600
commit05e15985e4a593c8b14151c705315e8985cff00e (patch)
tree2e3737f7ac3511ad732b4feae9403189ac4f6938 /setup.py
parentdc4d4c6d9c22f7b3889b99ca5a4dbb649cce9c6c (diff)
downloadcmd2-git-05e15985e4a593c8b14151c705315e8985cff00e.tar.gz
Trying 0.8.7 for #4210.8.7
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3cd9d1c4..679e6137 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ import sys
import setuptools
from setuptools import setup
-VERSION = '0.8.6.1'
+VERSION = '0.8.7'
DESCRIPTION = "cmd2 - a tool for building interactive command line applications in Python"
LONG_DESCRIPTION = """cmd2 is a tool for building interactive command line applications in Python. Its goal is to make
it quick and easy for developers to build feature-rich and user-friendly interactive command line applications. It