Skip to content

Commit

Permalink
fix python version test
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Jan 20, 2025
1 parent 3c89934 commit 8daf86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


def test_version():
assert fv.__version__ == "0.0.4"
assert fv.__version__ == "0.1.0"


def test_version_function():
Expand Down

0 comments on commit 8daf86d

Please sign in to comment.