From a7271cf5bd392a1ec4879b30824e3c8f372f214d Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Wed, 6 Dec 2023 15:53:49 -0800 Subject: [PATCH] core[patch]: Release 0.0.11 (#14367) --- 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 ff42a1f572b95..3f54dfc2b56c5 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-core" -version = "0.0.10" +version = "0.0.11" description = "Building applications with LLMs through composability" authors = [] license = "MIT"