bump version to 109 (#1646)

This commit is contained in:
Harrison Chase 2023-03-13 15:52:35 -07:00 committed by GitHub
parent df6c33d4b3
commit d53ff270e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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"