From ad17029475c6559fdd19d456bbdaaf504a7e74e0 Mon Sep 17 00:00:00 2001 From: Keming Date: Wed, 25 Oct 2023 17:24:34 +0800 Subject: [PATCH] chore: bump python binding version (#104) * chore: bump python binding version Signed-off-by: Keming * update tensorchord email Signed-off-by: Keming --------- Signed-off-by: Keming --- bindings/python/pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml index 29aa2dc..0ac2351 100644 --- a/bindings/python/pyproject.toml +++ b/bindings/python/pyproject.toml @@ -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" \ No newline at end of file +addopts = "-r aR"