diff options
author | kotfu <kotfu@kotfu.net> | 2018-05-28 16:05:22 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-05-28 16:05:22 -0600 |
commit | a72219b1431627fdd2ce500d5f0f2bad26b3a6d3 (patch) | |
tree | 0fcee47d9c5a863f7bf56f3427c516376ba3dab6 /setup.py | |
parent | 47908e7e67682d0f28ee7bf7680c8192dd8ad8a7 (diff) | |
download | cmd2-git-a72219b1431627fdd2ce500d5f0f2bad26b3a6d3.tar.gz |
Update version to 0.9.1 for #4210.9.1
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |