From 3678cba0bef7e538fafee0d094ace4633c14fff9 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Fri, 9 Jun 2023 09:17:08 -0700 Subject: [PATCH] bump ver to 195 (#5949) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9aa7ff3f..f8bfe4ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.194" +version = "0.0.195" description = "Building applications with LLMs through composability" authors = [] license = "MIT"