From 5d1deddbfb0c34df16d48697e3e1aaa7aacbbabc Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Tue, 12 Dec 2023 09:33:11 -0800 Subject: [PATCH] core[minor]: Release 0.1.0 (#14607) --- 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 08f97452bb5..544ac591681 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-core" -version = "0.0.13" +version = "0.1.0" description = "Building applications with LLMs through composability" authors = [] license = "MIT"