From 9adde6ccd69875c82054d97aba70fb862ce99467 Mon Sep 17 00:00:00 2001 From: pushkala-datastax <75869456+pushkala-datastax@users.noreply.github.com> Date: Mon, 24 Nov 2025 14:48:26 -0800 Subject: [PATCH] Bump version from 0.1.37 to 0.1.38 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ee61b29a..09ce2e9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openrag" -version = "0.1.37" +version = "0.1.38" description = "Add your description here" readme = "README.md" requires-python = ">=3.13"