Skip to content

Commit 04455ff

Browse files
authored
Bump to 0.22.1 and fix pyproject.toml (#450)
1 parent 0e4e0db commit 04455ff

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tantivy"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
readme = "README.md"
55
authors = ["Damir Jelić <[email protected]>"]
66
edition = "2021"

pyproject.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ build-backend = "maturin"
44

55
[project]
66
name = "tantivy"
7+
version = "0.22.1"
8+
description = "Official Python bindings for the Tantivy search engine"
79
requires-python = ">=3.9"
8-
9-
[project.optional-dependencies]
10-
dev = [
11-
"nox",
10+
authors = [
11+
{ name = "Damir Jelić", email="[email protected]" },
12+
{ name = "Caleb Hattingh", email = "[email protected]" },
13+
{ name = "Cam Parry", email = "[email protected]"}
1214
]
15+
optional-dependencies = { dev = ["nox"] }
1316

1417
[tool.maturin]
1518
bindings = "pyo3"

0 commit comments

Comments
 (0)