From 5207100643d94336ef8ddc150f53fc19b7753f0d Mon Sep 17 00:00:00 2001 From: dynobo Date: Mon, 23 Dec 2019 15:59:02 +0100 Subject: [PATCH] Fix version in tests --- tests/test_normcap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_normcap.py b/tests/test_normcap.py index a59bca5d..3b02a7f1 100644 --- a/tests/test_normcap.py +++ b/tests/test_normcap.py @@ -22,7 +22,7 @@ def test_version(): """Are we testing right version?""" - assert normcap.__version__ == "0.0.15" + assert normcap.__version__ == "0.1.0" # TESTING client_code()