From 4a5a13aab3953ece0b4ec7748f88c07d6236a445 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Tue, 5 Dec 2023 10:20:57 -0800 Subject: [PATCH] core[patch]: Release 0.0.10 (#14303) --- 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 344c36a22b874e..ff42a1f572b953 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-core" -version = "0.0.9" +version = "0.0.10" description = "Building applications with LLMs through composability" authors = [] license = "MIT"