diff options
| author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-08-01 03:50:09 -0400 |
|---|---|---|
| committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-08-01 03:50:09 -0400 |
| commit | 4b2702480b99a733a1f65a60f86eedb1e6bf259a (patch) | |
| tree | e2e8cb7aee957960d29dc338bf65ea6725d1c5a3 /tests | |
| parent | 65ac68cb8c3da52f48d9e9334eff8b1392464aad (diff) | |
| download | cmd2-git-4b2702480b99a733a1f65a60f86eedb1e6bf259a.tar.gz | |
Updated version number
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_cmd2.py | 2 |
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): |
