From b3ae6bcd3f42ec85ee65eb29c922ab22a17a0210 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Tue, 6 Jun 2023 22:23:11 -0700 Subject: [PATCH] bump ver to 192 (#5812) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 514f6f56..927ec879 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.191" +version = "0.0.192" description = "Building applications with LLMs through composability" authors = [] license = "MIT"