From 20e9ce8a62a0747dcfb6494eddf5eb10760b9982 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Sun, 11 Jun 2023 10:14:57 -0700 Subject: [PATCH] bump version to 197 (#6007) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 40fc00be..d8fbca99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.196" +version = "0.0.197" description = "Building applications with LLMs through composability" authors = [] license = "MIT"