summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTodd Leonhardt <toleonha@microsoft.com>2018-04-10 10:39:53 -0700
committerTodd Leonhardt <toleonha@microsoft.com>2018-04-10 10:39:53 -0700
commitef37f21aca6bdb95f8d2eed9c9986cdd4dad7e48 (patch)
tree9a02f742e54c27c216cd8397e9636e98bdb6560f /setup.py
parent3efcce1adbc259edde7429933bcd5ad753810a46 (diff)
downloadcmd2-git-ef37f21aca6bdb95f8d2eed9c9986cdd4dad7e48.tar.gz
Updated version to 0.8.5
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 2221eae0..3e13d5b4 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ import sys
import setuptools
from setuptools import setup
-VERSION = '0.8.4'
+VERSION = '0.8.5'
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