From 62452ec490690b093cfe5aaee2123d576a441920 Mon Sep 17 00:00:00 2001 From: James Riehl Date: Mon, 18 Sep 2023 11:17:04 +0100 Subject: [PATCH] chore: bump version to 0.6.2 for release --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index aebf4fed6..349cfa91d 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "uagents" -version = "0.6.1" +version = "0.6.2" description = "Lightweight framework for rapid agent-based development" authors = ["Ed FitzGerald ", "James Riehl ", "Alejandro Morales "] license = "Apache 2.0"