From 948e999eff8f8ba8bce47bba940b9352509ca2b4 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Sun, 11 Dec 2022 11:07:30 -0800 Subject: [PATCH] bump version to 0035 (#312) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 455ae90c..6a610538 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.34" +version = "0.0.35" description = "Building applications with LLMs through composability" authors = [] license = "MIT"