1
0
mirror of https://github.com/tensorchord/pgvecto.rs.git synced 2025-07-30 19:23:05 +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:
Keming
2023-10-25 17:24:34 +08:00
committed by GitHub
parent 21c708cfa3
commit ad17029475

View File

@ -1,8 +1,9 @@
[project] [project]
name = "pgvecto_rs" name = "pgvecto_rs"
version = "0.1.0" version = "0.1.1"
description = "Python binding for pgvecto.rs" description = "Python binding for pgvecto.rs"
authors = [ authors = [
{name = "TensorChord", email = "envd-maintainers@tensorchord.ai"},
{name = "盐粒 Yanli", email = "mail@yanli.one"}, {name = "盐粒 Yanli", email = "mail@yanli.one"},
] ]
dependencies = [ dependencies = [
@ -36,4 +37,4 @@ format = {composite = ["black .", "ruff check --fix ."]}
check = {composite = ["black --check .", "ruff check ."]} check = {composite = ["black --check .", "ruff check ."]}
[tool.pytest.ini_options] [tool.pytest.ini_options]
addopts = "-r aR" addopts = "-r aR"