From e18ee6891452b572e22dac3c1267008f264cfc63 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Mon, 22 May 2017 12:41:02 -0700 Subject: Bumping version to 0.7.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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 -- cgit v1.2.1