summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-04-15 12:18:02 -0700
committerGitHub <noreply@github.com>2018-04-15 12:18:02 -0700
commit8aaf6f431ef5e0f5e4e55759a08a22a4591d8f6b (patch)
tree6ccdbef8234eea551544836450ccc6673557611c /setup.py
parentd4c6cd476d9cbdf306dec9ccde1efa822d2c61d8 (diff)
parent339d2ef4d3b43fcc151328eb9b1368d0900d8e81 (diff)
downloadcmd2-git-8aaf6f431ef5e0f5e4e55759a08a22a4591d8f6b.tar.gz
Merge pull request #344 from python-cmd2/delete_optparse
Delete optparse
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 3e13d5b4..e6bc878a 100755
--- a/setup.py
+++ b/setup.py
@@ -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