You've already forked pgvecto.rs
mirror of
https://github.com/tensorchord/pgvecto.rs.git
synced 2025-07-29 08:21:12 +03:00
chore: bump python binding version (#104)
* chore: bump python binding version Signed-off-by: Keming <kemingyang@tensorchord.ai> * update tensorchord email Signed-off-by: Keming <kemingyang@tensorchord.ai> --------- Signed-off-by: Keming <kemingyang@tensorchord.ai>
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
[project]
|
||||
name = "pgvecto_rs"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
description = "Python binding for pgvecto.rs"
|
||||
authors = [
|
||||
{name = "TensorChord", email = "envd-maintainers@tensorchord.ai"},
|
||||
{name = "盐粒 Yanli", email = "mail@yanli.one"},
|
||||
]
|
||||
dependencies = [
|
||||
@ -36,4 +37,4 @@ format = {composite = ["black .", "ruff check --fix ."]}
|
||||
check = {composite = ["black --check .", "ruff check ."]}
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = "-r aR"
|
||||
addopts = "-r aR"
|
||||
|
Reference in New Issue
Block a user