From b5f8cb182411a24bb18397d0f581efd6563b28fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20Brul=C3=A9=20Naudet?= Date: Sun, 3 Nov 2024 22:02:28 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ebe8a8d..cec613f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ragoon" -version = "0.0.14" +version = "0.0.15" description = "RAGoon : High level library for batched embeddings generation, blazingly-fast web-based RAG and quantized indexes processing ⚡" readme = "README.md" requires-python = ">=3.9" @@ -96,4 +96,4 @@ max-line-length = 88 [tool.ruff.lint.flake8-quotes] docstring-quotes = "double" inline-quotes = "double" -multiline-quotes = "double" \ No newline at end of file +multiline-quotes = "double"