From 7222c420775086cda388def515990a0270f086e8 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Sat, 25 Nov 2023 10:21:14 -0800 Subject: [PATCH] RELEASE: core 0.0.6 (#13853) --- 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 01ca5171d21aa..ff7f6dee08b54 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-core" -version = "0.0.5" +version = "0.0.6" description = "Building applications with LLMs through composability" authors = [] license = "MIT"