From f34ba4a565cbd797e6d6a3eca8dce07c3472f199 Mon Sep 17 00:00:00 2001 From: Vasily Vasinov Date: Tue, 10 Oct 2023 10:53:11 -0600 Subject: [PATCH] Version bump v0.18.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 74c86a21c..33ce42769 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "griptape" -version = "0.18.1" +version = "0.18.2" description = "Modular Python framework for LLM workflows, tools, memory, and data." authors = ["Griptape "] license = "Apache 2.0"