From d91b045743f5706bfa94e6116df4ee27d4f41a43 Mon Sep 17 00:00:00 2001 From: Jacky-Pham Date: Wed, 3 Jun 2026 10:58:34 -0700 Subject: [PATCH] chore(api): bump strr-api version to 0.3.25 --- strr-api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strr-api/pyproject.toml b/strr-api/pyproject.toml index 7a7081b4e..ae0393475 100644 --- a/strr-api/pyproject.toml +++ b/strr-api/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "strr-api" -version = "0.3.24" +version = "0.3.25" description = "" authors = ["thorwolpert "] license = "BSD 3-Clause"