summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-06-14 21:46:51 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-06-14 21:46:51 -0400
commitb61268b96edf2154cdfea713f92bf15115f76fff (patch)
treee5974d185a695ae40498993d59385128d309655e /setup.py
parentf2cb3a009456ec9115e41720e81ef031ed4eaf46 (diff)
downloadcmd2-git-b61268b96edf2154cdfea713f92bf15115f76fff.tar.gz
Updated CHANGES.md file and bumped version to 0.7.3
Bumped version in preparation for 0.7.3 release probably within the next couple weeks.
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 e5196a6e..9e2f49f0 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.3a'
+VERSION = '0.7.3'
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