summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-02-08 21:48:00 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-02-08 21:48:00 -0500
commit303e9cb734d217fe4f142040518e3dd7a2a2b3ee (patch)
treecb069a30f8b1410f27bfc1a39b8bcc39547997ed /setup.py
parent4895d5d8db4e57e2ef9a062473a8536f4f07f213 (diff)
downloadcmd2-git-303e9cb734d217fe4f142040518e3dd7a2a2b3ee.tar.gz
Added optional persistent readline history feature
- Including an example and info in the Sphinx docs Also: - Created CHANGELOG entry for 0.8.1 release - Added info to README about new sub-menu feature - Bumped version to 0.8.1 TODO: - Added a unit test for the persistent readline history feature
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 64061ef0..ce871627 100755
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ Setuptools setup file, used to install or test 'cmd2'
import sys
from setuptools import setup
-VERSION = '0.8.0'
+VERSION = '0.8.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