From efce352d6bba8c6d594ffd021140ffb971e1434f Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Thu, 30 Nov 2023 15:12:06 -0800 Subject: [PATCH] core[patch]: release 0.0.8 (#14086) --- 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 132dbb5c816..7a62a5e6185 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-core" -version = "0.0.7" +version = "0.0.8" description = "Building applications with LLMs through composability" authors = [] license = "MIT"