diff options
author | Todd Leonhardt <toleonha@microsoft.com> | 2018-04-10 10:39:53 -0700 |
---|---|---|
committer | Todd Leonhardt <toleonha@microsoft.com> | 2018-04-10 10:39:53 -0700 |
commit | ef37f21aca6bdb95f8d2eed9c9986cdd4dad7e48 (patch) | |
tree | 9a02f742e54c27c216cd8397e9636e98bdb6560f /setup.py | |
parent | 3efcce1adbc259edde7429933bcd5ad753810a46 (diff) | |
download | cmd2-git-ef37f21aca6bdb95f8d2eed9c9986cdd4dad7e48.tar.gz |
Updated version to 0.8.5
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |