summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorkotfu <jared@kotfu.net>2018-05-31 20:50:55 -0600
committerGitHub <noreply@github.com>2018-05-31 20:50:55 -0600
commit8ca52ba0d5617a227d67132d53dd7258829fa5ef (patch)
tree03fa9a1595a5f76d41b3e82eefac0d2003753464 /tests
parentc404cce4934d96b7a9cb4514ad69edde892ffb1d (diff)
parent26c92194eaafd78100fe3aa4290e7fd67d8f3120 (diff)
downloadcmd2-git-8ca52ba0d5617a227d67132d53dd7258829fa5ef.tar.gz
Merge branch 'master' into unit_tests
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 33d9ca41..68aa0b98 100644
--- a/tests/test_cmd2.py
+++ b/tests/test_cmd2.py
@@ -28,7 +28,7 @@ from .conftest import run_cmd, normalize, BASE_HELP, BASE_HELP_VERBOSE, \
def test_ver():
- assert cmd2.__version__ == '0.9.1'
+ assert cmd2.__version__ == '0.9.2a'
def test_empty_statement(base_app):