From 619ea262df065c69ae8c41617da6201fbf20e389 Mon Sep 17 00:00:00 2001 From: Joel Alexander Date: Tue, 4 Jun 2024 17:10:25 -0400 Subject: [PATCH] helper for lamdas --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4f5382c3..47c60a0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "parea-ai" packages = [{ include = "parea" }] -version = "0.2.165" +version = "0.2.166" description = "Parea python sdk" readme = "README.md" authors = ["joel-parea-ai "]