summaryrefslogtreecommitdiff
path: root/cmd2.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-07-08 15:34:17 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-07-08 15:34:17 -0400
commitd1efcb38434476afb3e03795f118b00d2e0653f7 (patch)
tree3cae742baafa6e449a418c53d8a8a104920fa378 /cmd2.py
parent891fe3f34e2896b9c8d94a8c47c2c06f64f1ab93 (diff)
downloadcmd2-git-0.7.5.tar.gz
Bump version to 0.7.5 (from 0.7.5a)0.7.5
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 59d7cbc1..ed194e3b 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -75,7 +75,7 @@ try:
except ImportError:
pass
-__version__ = '0.7.5a'
+__version__ = '0.7.5'
# Pyparsing enablePackrat() can greatly speed up parsing, but problems have been seen in Python 3 in the past
pyparsing.ParserElement.enablePackrat()