From a4fa9d309d9c3fc80e77d70273178b153657dc25 Mon Sep 17 00:00:00 2001 From: pushkala-datastax <75869456+pushkala-datastax@users.noreply.github.com> Date: Wed, 26 Nov 2025 15:13:51 -0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1a023b5a..d464e915 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openrag" -version = "0.1.41" +version = "0.1.42" description = "Add your description here" readme = "README.md" requires-python = ">=3.13"