From 98ebc45f316da393637902dd9016b8617510ddc1 Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Thu, 13 Mar 2025 11:21:50 -0700 Subject: [PATCH] 0.3.9 --- libs/langgraph/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/langgraph/pyproject.toml b/libs/langgraph/pyproject.toml index deed4679b..85fc767ea 100644 --- a/libs/langgraph/pyproject.toml +++ b/libs/langgraph/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph" -version = "0.3.8" +version = "0.3.9" description = "Building stateful, multi-actor applications with LLMs" authors = [] license = "MIT"