From a93da15ae2b09c1da81ce3bb8439127141903c5a Mon Sep 17 00:00:00 2001 From: Lucas Oliveira <62335616+lucaseduoli@users.noreply.github.com> Date: Tue, 2 Dec 2025 20:55:59 -0300 Subject: [PATCH] bump version (#586) --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 282f74d7..2aa3cd7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openrag" -version = "0.1.48" +version = "0.1.49" description = "Add your description here" readme = "README.md" requires-python = ">=3.13" diff --git a/uv.lock b/uv.lock index 0765f462..01f1b6d1 100644 --- a/uv.lock +++ b/uv.lock @@ -2353,7 +2353,7 @@ wheels = [ [[package]] name = "openrag" -version = "0.1.48" +version = "0.1.49" source = { editable = "." } dependencies = [ { name = "agentd" },