From 1867443b84901b35561ca39c7643554d2b65936e Mon Sep 17 00:00:00 2001 From: Renato Byrro Date: Tue, 18 Mar 2025 15:30:01 -0300 Subject: [PATCH] Bump search toolkit version (#312) --- toolkits/search/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkits/search/pyproject.toml b/toolkits/search/pyproject.toml index 2aa50cc1..16e9ef4f 100644 --- a/toolkits/search/pyproject.toml +++ b/toolkits/search/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arcade_search" -version = "1.1.0" +version = "1.2.0" description = "Tools for searching the web" authors = ["Arcade "]