Skip to content

Commit

Permalink
fix: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kai687 committed Jul 13, 2023
1 parent 9cbf8cf commit 43aa9df
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.1"
version = "0.0.2"
description = "A Sphinx extension for replacing the built-in search with Algolia DocSearch"
authors = ["Algolia"]
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.1"
assert sphinx_docsearch.__version__ == "0.0.2"


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

0 comments on commit 43aa9df

Please sign in to comment.