From 48fba40fce7a5ae7b62fe9c86fb420a5a0338cf9 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Tue, 4 Jun 2024 11:56:42 -0700 Subject: [PATCH] experimental[patch]: Release 0.0.60 (#22497) --- libs/experimental/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/experimental/pyproject.toml b/libs/experimental/pyproject.toml index 4d84bad676..0446f4c5b0 100644 --- a/libs/experimental/pyproject.toml +++ b/libs/experimental/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-experimental" -version = "0.0.59" +version = "0.0.60" description = "Building applications with LLMs through composability" authors = [] license = "MIT"