From 290e2c00922808d78cd556b99188a5362344c04e Mon Sep 17 00:00:00 2001 From: Laurent Sorber Date: Mon, 6 Jan 2025 19:56:18 +0100 Subject: [PATCH] =?UTF-8?q?bump(release):=20v0.6.1=20=E2=86=92=20v0.6.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0347fb4..6b108cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.6.2 (2025-01-06) + +### Fix + +- remove unnecessary stop sequence (#84) + ## v0.6.1 (2025-01-06) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 31f9169..62fe634 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] # https://python-poetry.org/docs/pyproject/ name = "raglite" -version = "0.6.1" +version = "0.6.2" description = "A Python toolkit for Retrieval-Augmented Generation (RAG) with SQLite or PostgreSQL." authors = ["Laurent Sorber "] readme = "README.md"