From 1b0d24016c8a0f6ecb4f206113445e6f38c224a6 Mon Sep 17 00:00:00 2001 From: James Riehl <33920192+jrriehl@users.noreply.github.com> Date: Wed, 7 Aug 2024 17:59:51 +0100 Subject: [PATCH] chore(core): bump version to 0.15.1 (#492) --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 96c6ab92..d886bc86 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "uagents" -version = "0.15.0" +version = "0.15.1" description = "Lightweight framework for rapid agent-based development" authors = [ "Ed FitzGerald ",