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