diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-04-09 22:11:09 -0700 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-04-09 22:11:09 -0700 |
commit | 43e6ae2ec979c04a81f7fc992c6b836f09043a92 (patch) | |
tree | 39519717b59106faa6e592079755f0f925bafc48 /setup.py | |
parent | 98301d03570f3e2e407c1397641bf2b04eb480ac (diff) | |
download | cmd2-git-43e6ae2ec979c04a81f7fc992c6b836f09043a92.tar.gz |
Deleted optparse code which had been previously deprecated in 0.8.0 release
Also:
- Bumped version to 0.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 |