summaryrefslogtreecommitdiff
path: root/cmd2.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 /cmd2.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 'cmd2.py')
-rwxr-xr-xcmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2.py b/cmd2.py
index a3a94577..46eb4926 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -87,7 +87,7 @@ try:
except ImportError:
pass
-__version__ = '0.7.3a'
+__version__ = '0.7.3'
# Pyparsing enablePackrat() can greatly speed up parsing, but problems have been seen in Python 3 in the past
pyparsing.ParserElement.enablePackrat()