From 10b80201d264fe32397725357c1c56f26b36ecf3 Mon Sep 17 00:00:00 2001 From: phact Date: Wed, 24 Sep 2025 21:53:13 -0400 Subject: [PATCH] 0.1.14.dev1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1dded1a..5673adcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "openrag" -version = "0.1.14-test" +version = "0.1.14.dev1" description = "Add your description here" readme = "README.md" requires-python = ">=3.13"