From 2660da9a93c0cce8ed63a5f722c7f537d304b03d Mon Sep 17 00:00:00 2001 From: phact Date: Wed, 10 Sep 2025 10:48:14 -0400 Subject: [PATCH] v0.1.3 chat history ui fixes --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f8d119ff..6065f077 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "openrag" -version = "0.1.2" +version = "0.1.3" description = "Add your description here" readme = "README.md" requires-python = ">=3.13"