From 3cb460d5d888866a83f737034bcc78daf0d6fe4a Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Fri, 22 Sep 2023 09:44:47 -0700 Subject: [PATCH] bump 300 (#10940) --- libs/langchain/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/langchain/pyproject.toml b/libs/langchain/pyproject.toml index 78d5b8de40..c6a8b15e88 100644 --- a/libs/langchain/pyproject.toml +++ b/libs/langchain/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.299" +version = "0.0.300" description = "Building applications with LLMs through composability" authors = [] license = "MIT"