summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-05-22 12:41:02 -0700
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-05-22 12:41:02 -0700
commite18ee6891452b572e22dac3c1267008f264cfc63 (patch)
treedfe4cf4c02db8b6c7a82e8ed98551396e526efa1 /setup.py
parentc2ceb24fc150495c980e949a6855c0f2209c652c (diff)
downloadcmd2-git-e18ee6891452b572e22dac3c1267008f264cfc63.tar.gz
Bumping version to 0.7.20.7.2
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 d09c5fd3..f77391aa 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.7.1'
+VERSION = '0.7.2'
DESCRIPTION = "Extra features for standard library's cmd module"
LONG_DESCRIPTION = """cmd2 is an enhancement to the standard library's cmd module for Python 2.7