Skip to content

Commit

Permalink
chore: try beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
kai687 committed Dec 3, 2024
1 parent e2aa1a1 commit 126060e
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 @@
[project]
name = "sphinx-docsearch"
version = "0.2.0"
version = "0.2.0b1"
description = "A Sphinx extension for replacing the built-in search with Algolia DocSearch"
readme = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

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


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

0 comments on commit 126060e

Please sign in to comment.