diff --git a/tests/test_basic.py b/tests/test_basic.py index ba029cb2..84d915d9 100644 --- a/tests/test_basic.py +++ b/tests/test_basic.py @@ -2,7 +2,7 @@ def test_version(): - assert fv.__version__ == "0.0.4" + assert fv.__version__ == "0.1.0" def test_version_function():