diff --git a/toolkits/code_sandbox/pyproject.toml b/toolkits/code_sandbox/pyproject.toml index d1395971..0bc16ab2 100644 --- a/toolkits/code_sandbox/pyproject.toml +++ b/toolkits/code_sandbox/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arcade_code_sandbox" -version = "0.1.7" +version = "0.1.8" description = "LLM tools for running code in a sandbox" authors = ["Arcade AI "] diff --git a/toolkits/github/pyproject.toml b/toolkits/github/pyproject.toml index 7dec2dd6..a7d75c11 100644 --- a/toolkits/github/pyproject.toml +++ b/toolkits/github/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arcade_github" -version = "0.1.7" +version = "0.1.8" description = "LLM tools for interacting with Github" authors = ["Arcade AI "] diff --git a/toolkits/google/pyproject.toml b/toolkits/google/pyproject.toml index afaef9b7..10773f32 100644 --- a/toolkits/google/pyproject.toml +++ b/toolkits/google/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arcade_google" -version = "0.1.7" +version = "0.1.8" description = "Arcade tools for the entire google suite" authors = ["Arcade AI "] diff --git a/toolkits/linkedin/pyproject.toml b/toolkits/linkedin/pyproject.toml index 82333886..6e966381 100644 --- a/toolkits/linkedin/pyproject.toml +++ b/toolkits/linkedin/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arcade_linkedin" -version = "0.1.7" +version = "0.1.8" description = "Arcade tools for LinkedIn" authors = ["Arcade AI "] diff --git a/toolkits/math/pyproject.toml b/toolkits/math/pyproject.toml index 6f845361..d3753299 100644 --- a/toolkits/math/pyproject.toml +++ b/toolkits/math/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arcade_math" -version = "0.1.7" +version = "0.1.8" description = "Math toolkit for Arcade" authors = ["Arcade AI "] diff --git a/toolkits/search/pyproject.toml b/toolkits/search/pyproject.toml index 0b6c7798..76c7636f 100644 --- a/toolkits/search/pyproject.toml +++ b/toolkits/search/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arcade_search" -version = "0.1.7" +version = "0.1.8" description = "Tools for searching the web" authors = ["Arcade AI "] diff --git a/toolkits/slack/pyproject.toml b/toolkits/slack/pyproject.toml index f39babe6..aaa84b39 100644 --- a/toolkits/slack/pyproject.toml +++ b/toolkits/slack/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arcade_slack" -version = "0.1.7" +version = "0.1.8" description = "Slack tools for LLMs" authors = ["Arcade AI "] diff --git a/toolkits/spotify/pyproject.toml b/toolkits/spotify/pyproject.toml index 15b2066e..9a3ae0d4 100644 --- a/toolkits/spotify/pyproject.toml +++ b/toolkits/spotify/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arcade_spotify" -version = "0.1.7" +version = "0.1.8" description = "Arcade tools for Spotify" authors = ["Arcade AI "] diff --git a/toolkits/web/pyproject.toml b/toolkits/web/pyproject.toml index 7e949fe6..6f982eb3 100644 --- a/toolkits/web/pyproject.toml +++ b/toolkits/web/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arcade_web" -version = "0.1.7" +version = "0.1.8" description = "LLM tools for web-related tasks" authors = ["Arcade AI "] diff --git a/toolkits/x/pyproject.toml b/toolkits/x/pyproject.toml index 69eb0e81..5ac6acc0 100644 --- a/toolkits/x/pyproject.toml +++ b/toolkits/x/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arcade_x" -version = "0.1.7" +version = "0.1.8" description = "LLM tools for interacting with X (Twitter)" authors = ["Arcade AI "] diff --git a/toolkits/zoom/pyproject.toml b/toolkits/zoom/pyproject.toml index ce8400fe..35d786ef 100644 --- a/toolkits/zoom/pyproject.toml +++ b/toolkits/zoom/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arcade_zoom" -version = "0.1.7" +version = "0.1.8" description = "Arcade tools for Zoom" authors = ["Arcade AI "]