diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-06-14 21:46:51 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-06-14 21:46:51 -0400 |
commit | b61268b96edf2154cdfea713f92bf15115f76fff (patch) | |
tree | e5974d185a695ae40498993d59385128d309655e /setup.py | |
parent | f2cb3a009456ec9115e41720e81ef031ed4eaf46 (diff) | |
download | cmd2-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-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |