Skip to content

Commit 43aa9df

Browse files
committed
fix: bump version
1 parent 9cbf8cf commit 43aa9df

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.1"
3+
version = "0.0.2"
44
description = "A Sphinx extension for replacing the built-in search with Algolia DocSearch"
55
authors = ["Algolia"]
66
license = "MIT"

tests/test_config.py

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

1212
def test_returns_version() -> None:
1313
"""It returns the correct version."""
14-
assert sphinx_docsearch.__version__ == "0.0.1"
14+
assert sphinx_docsearch.__version__ == "0.0.2"
1515

1616

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

0 commit comments

Comments
 (0)