diff options
| author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-04-10 12:59:32 -0400 |
|---|---|---|
| committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-04-10 12:59:32 -0400 |
| commit | 322a7c2c36e4efd345a3d57dd09aea3200e0656b (patch) | |
| tree | f60cfbd56f9dcb9754be9cf22f288a4dbcc6f689 /setup.py | |
| parent | e6195a26e6458c4e60a8cc070b004df8584cd9c0 (diff) | |
| download | cmd2-git-0.8.4.tar.gz | |
Preparing for 0.8.4 release0.8.4
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.3' +VERSION = '0.8.4' 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 |
