From aa4af2351514e517fc87a876617faaa9052f3ccf Mon Sep 17 00:00:00 2001 From: ricardo-larosa Date: Thu, 15 Aug 2024 14:25:28 +0200 Subject: [PATCH] bump version to v0.1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef0a4e1..e3f221f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "colbert-rag" -version = "0.1.1" +version = "0.1.2" description = "RAG using Langchain and RAGatouille" authors = ["ricardo-larosa "] packages = [{ include = "colbert_rag" }]