From 67e6373838c06d74ec596ed7f880214c2b34c5e6 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Mon, 22 May 2017 16:37:53 -0700 Subject: Bumping version to 0.7.3a Changing to alpha version just to avoid confusion with release in PyPI --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f77391aa..e5196a6e 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.2' +VERSION = '0.7.3a' 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