summaryrefslogtreecommitdiff
path: root/tests/test_cmd2.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-04-09 12:16:13 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-04-09 12:16:13 -0400
commit98301d03570f3e2e407c1397641bf2b04eb480ac (patch)
treea9c1043ead9ea8447711759a4789918cdb39f7c8 /tests/test_cmd2.py
parent52c5497eaa08c843bea95165b3399a2ca5ab038c (diff)
downloadcmd2-git-98301d03570f3e2e407c1397641bf2b04eb480ac.tar.gz
Updated version number of release0.8.3
Diffstat (limited to 'tests/test_cmd2.py')
-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 653afc2b..833a9a66 100644
--- a/tests/test_cmd2.py
+++ b/tests/test_cmd2.py
@@ -25,7 +25,7 @@ from conftest import run_cmd, normalize, BASE_HELP, HELP_HISTORY, SHORTCUTS_TXT,
def test_ver():
- assert cmd2.__version__ == '0.8.2'
+ assert cmd2.__version__ == '0.8.3'
def test_empty_statement(base_app):