diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-04-15 11:55:55 -0700 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-04-15 11:55:55 -0700 |
commit | 339d2ef4d3b43fcc151328eb9b1368d0900d8e81 (patch) | |
tree | 6ccdbef8234eea551544836450ccc6673557611c /setup.py | |
parent | c1d3d467247fc06efebfd5eab7da78215660003a (diff) | |
parent | d4c6cd476d9cbdf306dec9ccde1efa822d2c61d8 (diff) | |
download | cmd2-git-339d2ef4d3b43fcc151328eb9b1368d0900d8e81.tar.gz |
Merged master into delete_optparse branch
Also:
- Bumped version to 0.9.0
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.5' +VERSION = '0.9.0' 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 |