From 1aed2d1f0815ae5835367af8be2ca59cb68117fa Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Tue, 28 Nov 2023 14:05:01 -0800 Subject: [PATCH] core[patch]: release 0.0.7 (#13989) --- 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 ff7f6dee08b..132dbb5c816 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-core" -version = "0.0.6" +version = "0.0.7" description = "Building applications with LLMs through composability" authors = [] license = "MIT"