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