From 15c04a5670bd940dcb2d5800c96d69d3a796dc02 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Sat, 2 Dec 2023 14:40:56 -0800 Subject: [PATCH] core[patch]: Release 0.0.9 (#14182) --- libs/core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml index 7a62a5e6185..344c36a22b8 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-core" -version = "0.0.8" +version = "0.0.9" description = "Building applications with LLMs through composability" authors = [] license = "MIT"