Skip to content

Commit

Permalink
Bump version to 0.2.11dev1 for langchain-community, langchain-core, a…
Browse files Browse the repository at this point in the history
…nd langchain
  • Loading branch information
arunraja1 committed Jun 27, 2024
1 parent 835cc31 commit 508cdcc
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 93 deletions.
2 changes: 1 addition & 1 deletion libs/community/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-community"
version = "0.2.5"
version = "0.2.5dev1"
description = "Community contributed LangChain integrations."
authors = []
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion libs/core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-core"
version = "0.2.10"
version = "0.2.11dev1"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"
Expand Down
1 change: 0 additions & 1 deletion libs/langchain/langchain/tools/retriever/__init__.py

This file was deleted.

88 changes: 0 additions & 88 deletions libs/langchain/langchain/tools/retriever/tool.py

This file was deleted.

2 changes: 1 addition & 1 deletion libs/langchain/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain"
version = "0.2.6"
version = "0.2.11dev1"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion libs/text-splitters/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-text-splitters"
version = "0.2.1"
version = "0.2.4dev1"
description = "LangChain text splitting utilities"
authors = []
license = "MIT"
Expand Down

0 comments on commit 508cdcc

Please sign in to comment.