From 141af3b81676f8d43e7568d896bcde8d016c06c2 Mon Sep 17 00:00:00 2001 From: James Riehl <33920192+jrriehl@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:48:53 +0100 Subject: [PATCH] chore(core): bump version to 0.17.0 (#567) --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 12467a52..0a00a93c 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "uagents" -version = "0.16.2" +version = "0.17.0" description = "Lightweight framework for rapid agent-based development" authors = [ "Ed FitzGerald ",