From abff5a07e2b2fa9d6f84f55e9996c9ef34eb2082 Mon Sep 17 00:00:00 2001 From: Vasily Vasinov Date: Wed, 6 Sep 2023 17:31:51 -0600 Subject: [PATCH] Version bump v0.16.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6d94dfb90..292a52c35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "griptape" -version = "0.15.3" +version = "0.16.0" description = "Modular Python framework for LLM workflows, tools, memory, and data." authors = ["Griptape "] license = "Apache 2.0"