From 1180e1a1867c7f64617feba00d159b50ec0771cf Mon Sep 17 00:00:00 2001 From: "J. Zane Cook" <90814067+jzanecook@users.noreply.github.com> Date: Mon, 27 Nov 2023 16:15:09 -0600 Subject: [PATCH] fix(python-client): Updated version to match sdk --- packages/client/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/python/pyproject.toml b/packages/client/python/pyproject.toml index 7beab88..32cb2d3 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.1" +version = "1.0.2" description = "Agent Communication Protocol Client" authors = ["AI Engineers Foundation "] license = "MIT"