From 3d92494ec641dddbaf60b7ac789f6342d79b2d7a Mon Sep 17 00:00:00 2001 From: "J. Zane Cook" <90814067+jzanecook@users.noreply.github.com> Date: Tue, 21 Nov 2023 14:57:43 -0600 Subject: [PATCH] ci(monorepo): Updated versions to test CI/CD. --- packages/client/python/pyproject.toml | 2 +- packages/sdk/js/package.json | 4 ++-- packages/sdk/python/pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/client/python/pyproject.toml b/packages/client/python/pyproject.toml index 530cb02..7beab88 100644 --- a/packages/client/python/pyproject.toml +++ b/packages/client/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "agent-protocol-client" -version = "1.0.0" +version = "1.0.1" description = "Agent Communication Protocol Client" authors = ["AI Engineers Foundation "] license = "MIT" diff --git a/packages/sdk/js/package.json b/packages/sdk/js/package.json index e47b81a..027b80b 100644 --- a/packages/sdk/js/package.json +++ b/packages/sdk/js/package.json @@ -1,6 +1,6 @@ { "name": "agent-protocol", - "version": "1.0.1", + "version": "1.0.2", "description": "API for interacting with Agent", "homepage": "https://agentprotocol.ai", "license": "MIT", @@ -55,4 +55,4 @@ "js-yaml": "^4.1.0", "uuid": "^9.0.0" } -} \ No newline at end of file +} diff --git a/packages/sdk/python/pyproject.toml b/packages/sdk/python/pyproject.toml index 9de4bed..e439f96 100644 --- a/packages/sdk/python/pyproject.toml +++ b/packages/sdk/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "agent_protocol" -version = "1.0.1" +version = "1.0.2" description = "API for interacting with Agents that use the Agent Protocol" authors = ["AI Engineers Foundation "] license = "MIT"