summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2018-05-28 16:05:22 -0600
committerkotfu <kotfu@kotfu.net>2018-05-28 16:05:22 -0600
commita72219b1431627fdd2ce500d5f0f2bad26b3a6d3 (patch)
tree0fcee47d9c5a863f7bf56f3427c516376ba3dab6 /setup.py
parent47908e7e67682d0f28ee7bf7680c8192dd8ad8a7 (diff)
downloadcmd2-git-a72219b1431627fdd2ce500d5f0f2bad26b3a6d3.tar.gz
Update version to 0.9.1 for #4210.9.1
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 6a3babd9..193dab27 100755
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ Setuptools setup file, used to install or test 'cmd2'
"""
from setuptools import setup
-VERSION = '0.9.0.1'
+VERSION = '0.9.1'
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