From 50bb704da5ea794e07f87d85d0a9659e7e224584 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Thu, 14 Sep 2023 14:43:55 -0700 Subject: [PATCH] bump 290 (#10602) --- 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 3d0661332..7dd2c0a4a 100644 --- a/libs/langchain/pyproject.toml +++ b/libs/langchain/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.289" +version = "0.0.290" description = "Building applications with LLMs through composability" authors = [] license = "MIT"