This commit is contained in:
Bagatur
2023-10-10 12:34:49 -07:00
committed by GitHub
parent 58220cda72
commit 7232e082de
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "langchain-experimental" name = "langchain-experimental"
version = "0.0.27" version = "0.0.28"
description = "Building applications with LLMs through composability" description = "Building applications with LLMs through composability"
authors = [] authors = []
license = "MIT" license = "MIT"

View File

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "langchain" name = "langchain"
version = "0.0.311" version = "0.0.312"
description = "Building applications with LLMs through composability" description = "Building applications with LLMs through composability"
authors = [] authors = []
license = "MIT" license = "MIT"