summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorkmvanbrunt <kmvanbrunt@gmail.com>2018-08-01 03:57:13 -0400
committerGitHub <noreply@github.com>2018-08-01 03:57:13 -0400
commit54cd5f7b22bade4361e507b22b68dcf69ba8dd4a (patch)
treee2e8cb7aee957960d29dc338bf65ea6725d1c5a3 /setup.py
parent3ec6cea21a97ac7adc4db4cbb809626a3fdeee7d (diff)
parent4b2702480b99a733a1f65a60f86eedb1e6bf259a (diff)
downloadcmd2-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-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 178bbb7b..93148f00 100755
--- a/setup.py
+++ b/setup.py
@@ -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