From a92f86d783efcb43f8bcb1ce5ee13207b30ca90f Mon Sep 17 00:00:00 2001 From: Eric Gustin <34000337+EricGustin@users.noreply.github.com> Date: Mon, 17 Mar 2025 20:28:10 -0800 Subject: [PATCH] Bump notion version (#310) when testing earlier, 0.1.0 was used for a failed pypi upload. I'm assuming this is why `This filename has already been used, use a different version` is occuring --- toolkits/notion/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkits/notion/pyproject.toml b/toolkits/notion/pyproject.toml index a454bd20..4238ce43 100644 --- a/toolkits/notion/pyproject.toml +++ b/toolkits/notion/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arcade_notion_toolkit" -version = "0.1.0" +version = "0.1.1" description = "LLM tools for essential Notion interactions such as creating, updating, retrieving, and searching pages." authors = ["ArcadeAI "]