Skip to content

Commit 7166473

Browse files
committed
chore: bump version
1 parent fc4b734 commit 7166473

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sphinx-docsearch"
3-
version = "0.0.8"
3+
version = "0.1.0"
44
description = "A Sphinx extension for replacing the built-in search with Algolia DocSearch"
55
authors = ["Algolia <[email protected]>"]
66
license = "MIT"

tests/test_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
def test_returns_version() -> None:
1414
"""It returns the correct version."""
15-
assert sphinx_docsearch.__version__ == "0.0.8"
15+
assert sphinx_docsearch.__version__ == "0.1.0"
1616

1717

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

0 commit comments

Comments
 (0)