Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kai687 committed May 28, 2024
1 parent f396113 commit 3e6e3a8
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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sphinx-docsearch"
version = "0.0.5"
version = "0.0.6"
description = "A Sphinx extension for replacing the built-in search with Algolia DocSearch"
authors = ["Algolia <[email protected]>"]
license = "MIT"
Expand Down
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.5"
assert sphinx_docsearch.__version__ == "0.0.6"


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

0 comments on commit 3e6e3a8

Please sign in to comment.