From 64a96d891562c6cdc6f4eadc74093891ada6246c Mon Sep 17 00:00:00 2001 From: whimo Date: Thu, 25 Jul 2024 08:59:02 +0300 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 07c64100..5e642446 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "motleycrew" -version = "0.1.10" +version = "0.1.11" description = "A lightweight agent interaction framework." authors = ["MotleyCrew "] readme = "README.md"