Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhixiong-tang committed May 23, 2024
1 parent d8b47d7 commit 79c76a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


def test_version():
assert m.__version__ == "0.1.0"
assert m.__version__ == "0.1.1"


def test_add():
Expand Down

0 comments on commit 79c76a1

Please sign in to comment.