From 79c76a111b8f593b01efd7217c14ba1cbdb585aa Mon Sep 17 00:00:00 2001 From: TANG ZHIXIONG Date: Thu, 23 May 2024 20:46:54 +0800 Subject: [PATCH] fix test --- pyproject.toml | 2 +- tests/test_basic.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7cc2e50..0f22c6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build" [project] name = "fast_viterbi" -version = "0.1.0" +version = "0.1.1" description="a viterbi algo collection" readme = "README.md" authors = [ diff --git a/tests/test_basic.py b/tests/test_basic.py index 8e9c7f0..7aea64f 100644 --- a/tests/test_basic.py +++ b/tests/test_basic.py @@ -4,7 +4,7 @@ def test_version(): - assert m.__version__ == "0.1.0" + assert m.__version__ == "0.1.1" def test_add():