diff options
| author | kmvanbrunt <kmvanbrunt@gmail.com> | 2018-08-01 03:57:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-01 03:57:13 -0400 |
| commit | 54cd5f7b22bade4361e507b22b68dcf69ba8dd4a (patch) | |
| tree | e2e8cb7aee957960d29dc338bf65ea6725d1c5a3 /setup.py | |
| parent | 3ec6cea21a97ac7adc4db4cbb809626a3fdeee7d (diff) | |
| parent | 4b2702480b99a733a1f65a60f86eedb1e6bf259a (diff) | |
| download | cmd2-git-54cd5f7b22bade4361e507b22b68dcf69ba8dd4a.tar.gz | |
Merge pull request #493 from python-cmd2/extra_slash
Fixed case where extra slash was printing when tab completing users on Windows
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.8' +VERSION = '0.8.9' 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 |
