We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d09bfb commit 877cf18Copy full SHA for 877cf18
tests/test_basic.py
@@ -10,7 +10,6 @@ def test_version() -> None:
10
"""Test that version is defined."""
11
assert hasattr(pn5180_tagomatic, "__version__")
12
assert isinstance(pn5180_tagomatic.__version__, str)
13
- assert pn5180_tagomatic.__version__ == "0.1.0"
14
15
16
def test_package_import() -> None:
0 commit comments