summaryrefslogtreecommitdiff
path: root/tests/test_cmd2.py
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2018-05-28 15:26:39 -0600
committerkotfu <kotfu@kotfu.net>2018-05-28 15:26:39 -0600
commit393cb71ee2eb79f9ef8f78e0d2796f479b929fd5 (patch)
tree62792618beb0004a8e5ec546d78bb020800bebba /tests/test_cmd2.py
parent65016d2a58f58f042ab7017f156e1054602363dd (diff)
downloadcmd2-git-393cb71ee2eb79f9ef8f78e0d2796f479b929fd5.tar.gz
Update version to 0.9.0.1 for #421
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 e41ebb61..51ec90d2 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.1rc1'
+ assert cmd2.__version__ == '0.9.0.1'
def test_empty_statement(base_app):