Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
kai687 committed Nov 30, 2023
1 parent d95c030 commit 425bef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

def test_returns_version() -> None:
"""It returns the correct version."""
assert sphinx_docsearch.__version__ == "0.0.3"
assert sphinx_docsearch.__version__ == "0.0.4"


@pytest.mark.sphinx("html", confoverrides={"extensions": ["sphinx_docsearch"]})
Expand Down

0 comments on commit 425bef9

Please sign in to comment.