From 227a8203c80c07638dff22ecbbeaea759cd08b47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Clavi=C3=A9?= Date: Thu, 3 Oct 2024 16:53:34 +0900 Subject: [PATCH] 0.0.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d971790..e05b5bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ packages = ["byaldi"] [project] name = "Byaldi" -version = "0.0.4" +version = "0.0.5" description = "Use late-interaction multi-modal models such as ColPali in just a few lines of code." readme = "README.md" requires-python = ">=3.9"