summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-08-01 03:50:09 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-08-01 03:50:09 -0400
commit4b2702480b99a733a1f65a60f86eedb1e6bf259a (patch)
treee2e8cb7aee957960d29dc338bf65ea6725d1c5a3 /tests
parent65ac68cb8c3da52f48d9e9334eff8b1392464aad (diff)
downloadcmd2-git-4b2702480b99a733a1f65a60f86eedb1e6bf259a.tar.gz
Updated version number
Diffstat (limited to 'tests')
-rw-r--r--tests/test_cmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py
index 17577e2b..7c643009 100644
--- a/tests/test_cmd2.py
+++ b/tests/test_cmd2.py
@@ -26,7 +26,7 @@ from conftest import run_cmd, normalize, BASE_HELP, BASE_HELP_VERBOSE, \
def test_ver():
- assert cmd2.__version__ == '0.8.8'
+ assert cmd2.__version__ == '0.8.9'
def test_empty_statement(base_app):