diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-04-09 12:16:13 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-04-09 12:16:13 -0400 |
commit | 98301d03570f3e2e407c1397641bf2b04eb480ac (patch) | |
tree | a9c1043ead9ea8447711759a4789918cdb39f7c8 /setup.py | |
parent | 52c5497eaa08c843bea95165b3399a2ca5ab038c (diff) | |
download | cmd2-git-98301d03570f3e2e407c1397641bf2b04eb480ac.tar.gz |
Updated version number of release0.8.3
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.2' +VERSION = '0.8.3' 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 |