From 500935e3b60da476421dbe5750028aaf0023be30 Mon Sep 17 00:00:00 2001 From: whimo Date: Sun, 25 Aug 2024 23:56:21 +0400 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3d69d3ef..2e00846a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "motleycrew" -version = "0.1.11" +version = "0.1.12" description = "A lightweight agent interaction framework." authors = ["MotleyCrew "] readme = "README.md"