From d6349d29ae6b62c2d7d3eb18ed7425619d20d608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Clavi=C3=A9?= Date: Fri, 6 Sep 2024 18:27:49 +0200 Subject: [PATCH] post2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b954bf0..1ef5af0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ packages = [ [project] name = "Byaldi" -version = "0.0.2post1" +version = "0.0.2post2" description = "Use late-interaction multi-modal models such as ColPALI in just a few lines of code." readme = "README.md" requires-python = ">=3.8"