summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-06-28 20:47:33 -0700
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-06-28 20:47:33 -0700
commit2521bd2b45e67833f8f3232bc6b6e48d5b3127f8 (patch)
tree0061fd867c43709335d56dd29e24de78d5b0d395 /setup.py
parentc038c83498afdd0f7002df125b945a3089516e7c (diff)
downloadcmd2-git-2521bd2b45e67833f8f3232bc6b6e48d5b3127f8.tar.gz
Bump version to 0.9.2 in preparation for release
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 59c53b68..a1ae363c 100755
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ Setuptools setup file, used to install or test 'cmd2'
"""
from setuptools import setup
-VERSION = '0.9.2a'
+VERSION = '0.9.2'
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