From 591243c27a22bab841d482b65758fa0fb2c68e94 Mon Sep 17 00:00:00 2001 From: Collin Dutter Date: Wed, 9 Oct 2024 10:21:55 -0700 Subject: [PATCH] Version bump v0.33.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ec46eda82c..715bd50aa5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "griptape" -version = "0.32.0" +version = "0.33.0" description = "Modular Python framework for LLM workflows, tools, memory, and data." authors = ["Griptape "] license = "Apache 2.0"