From 7232e082dea2d7d295349abd9942958dcb65645f Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Tue, 10 Oct 2023 12:34:49 -0700 Subject: [PATCH] bump 312 (#11621) --- 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 8c6c6e7ecc1..0be91c683e3 100644 --- a/libs/experimental/pyproject.toml +++ b/libs/experimental/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-experimental" -version = "0.0.27" +version = "0.0.28" description = "Building applications with LLMs through composability" authors = [] license = "MIT" diff --git a/libs/langchain/pyproject.toml b/libs/langchain/pyproject.toml index 75503f96dfb..4aa3728bbee 100644 --- a/libs/langchain/pyproject.toml +++ b/libs/langchain/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.311" +version = "0.0.312" description = "Building applications with LLMs through composability" authors = [] license = "MIT"