From ae5984816a7af5eb494fffb3c043c8c0b9b995ff Mon Sep 17 00:00:00 2001 From: Travis Dent Date: Tue, 10 Dec 2024 15:41:24 -0800 Subject: [PATCH] Minor version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a305a1f9..eb8db5a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "agentstack" -version = "0.2.2" +version = "0.2.2.1" description = "The fastest way to build robust AI agents" authors = [ { name="Braelyn Boynton", email="bboynton97@gmail.com" }