From 4077604070bcf296a9c601f43fde81d79891c942 Mon Sep 17 00:00:00 2001 From: markokraemer Date: Thu, 31 Oct 2024 21:34:18 +0000 Subject: [PATCH] chore: bump version to 0.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a8210f85..63de8e0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "agentpress" -version = "0.1.0" +version = "0.1.1" description = "LLM Messages[] API on Steroids called \"Threads\" with easy Tool Execution and State Management" authors = ["marko-kraemer "] readme = "README.md"