From ca6273d7c3d281d945f362796f23fa711070eebc Mon Sep 17 00:00:00 2001 From: Collin Dutter Date: Fri, 6 Dec 2024 15:06:11 -0800 Subject: [PATCH] Version bump v1.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5bcef2ce1..bc512d4ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "griptape" -version = "0.34.3" +version = "1.0.0" description = "Modular Python framework for LLM workflows, tools, memory, and data." authors = ["Griptape "] license = "Apache 2.0"