bump version to 109 (#1646)

tool-patch
Harrison Chase 1 year ago committed by GitHub
parent df6c33d4b3
commit d53ff270e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

Loading…
Cancel
Save