From ce6989daeeb0ade23db671230bd08e103a5b8e88 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Thu, 11 Apr 2024 11:51:53 -0700 Subject: [PATCH] 0.0.35 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 49e38f9ed..a1b2d51fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph" -version = "0.0.34" +version = "0.0.35" description = "langgraph" authors = [] license = "MIT"