From aaf1dbd795b787ee91d408f3d0e18909980b4c37 Mon Sep 17 00:00:00 2001 From: Eric Gustin <34000337+EricGustin@users.noreply.github.com> Date: Wed, 29 Jan 2025 09:51:16 -0800 Subject: [PATCH] [Toolkit Release] Weekly Toolkit Release 01-29-25 (#236) # Weekly Toolkit Release 01-29-25 Previous Toolkit Release: #222 ## Associated PRs Slack Patch: #232 GitHub Patch: #227 --- toolkits/github/pyproject.toml | 2 +- toolkits/slack/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/toolkits/github/pyproject.toml b/toolkits/github/pyproject.toml index 3ccc2105..f882111f 100644 --- a/toolkits/github/pyproject.toml +++ b/toolkits/github/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arcade_github" -version = "0.1.9" +version = "0.1.10" description = "LLM tools for interacting with Github" authors = ["Arcade "] diff --git a/toolkits/slack/pyproject.toml b/toolkits/slack/pyproject.toml index 4d2ce35b..23cb3de2 100644 --- a/toolkits/slack/pyproject.toml +++ b/toolkits/slack/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arcade_slack" -version = "0.2.0" +version = "0.2.1" description = "Slack tools for LLMs" authors = ["Arcade "]