From d53ff270e063464852b8b2af9f0a2ff68d67776a Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Mon, 13 Mar 2023 15:52:35 -0700 Subject: [PATCH] bump version to 109 (#1646) --- docs/modules/prompts/how_to_guides.rst | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/modules/prompts/how_to_guides.rst b/docs/modules/prompts/how_to_guides.rst index 762c02d2..9adb862e 100644 --- a/docs/modules/prompts/how_to_guides.rst +++ b/docs/modules/prompts/how_to_guides.rst @@ -32,3 +32,4 @@ The user guide here shows more advanced workflows and how to use the library in ./examples/prompt_serialization.ipynb ./examples/few_shot_examples_data.ipynb ./examples/example_selectors.ipynb + ./examples/output_parsers.ipynb diff --git a/pyproject.toml b/pyproject.toml index 3620da56..3d7bc5e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.108" +version = "0.0.109" description = "Building applications with LLMs through composability" authors = [] license = "MIT"