From 62d186405f70dbf5a10a818e2af9a22a20e9c609 Mon Sep 17 00:00:00 2001 From: phact Date: Wed, 8 Oct 2025 11:14:11 -0400 Subject: [PATCH] bump to v0.1.18 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7800ec8e..e3df3cd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openrag" -version = "0.1.17" +version = "0.1.18" description = "Add your description here" readme = "README.md" requires-python = ">=3.13"