From fc2f450f2d874dbbc2776568b302ea90c1847c7c Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Mon, 7 Aug 2023 08:29:02 -0700 Subject: [PATCH] bump 256 (#8870) --- 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 5f88c9b88a..fb30141d89 100644 --- a/libs/langchain/pyproject.toml +++ b/libs/langchain/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.255" +version = "0.0.256" description = "Building applications with LLMs through composability" authors = [] license = "MIT"