From f7ca148a1336bc87167951eb5849bcb00b45c25d Mon Sep 17 00:00:00 2001 From: Bagatur Date: Thu, 26 Oct 2023 09:44:56 -0700 Subject: [PATCH] bump 324 and 35 --- libs/experimental/pyproject.toml | 2 +- libs/langchain/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/experimental/pyproject.toml b/libs/experimental/pyproject.toml index 5241b7e6d4f1d..4caefa15163a4 100644 --- a/libs/experimental/pyproject.toml +++ b/libs/experimental/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-experimental" -version = "0.0.34" +version = "0.0.35" description = "Building applications with LLMs through composability" authors = [] license = "MIT" diff --git a/libs/langchain/pyproject.toml b/libs/langchain/pyproject.toml index 46b72cb1cddcf..0f7e1a2d2bceb 100644 --- a/libs/langchain/pyproject.toml +++ b/libs/langchain/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.323" +version = "0.0.324" description = "Building applications with LLMs through composability" authors = [] license = "MIT"