From 25b1d65305bc934b26e2a49676f635d3e83fc83b Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Mon, 16 Oct 2023 00:50:54 -0700 Subject: [PATCH] bump 315 (#11850) --- 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 8f5452fae7..fb76d04b52 100644 --- a/libs/experimental/pyproject.toml +++ b/libs/experimental/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-experimental" -version = "0.0.29" +version = "0.0.30" description = "Building applications with LLMs through composability" authors = [] license = "MIT" diff --git a/libs/langchain/pyproject.toml b/libs/langchain/pyproject.toml index 4a532bcd14..a223b7e22e 100644 --- a/libs/langchain/pyproject.toml +++ b/libs/langchain/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.314" +version = "0.0.315" description = "Building applications with LLMs through composability" authors = [] license = "MIT"