Skip to content

Commit

Permalink
Update version numbers in pyproject.toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
arunraja1 committed Jan 2, 2024
1 parent f170c29 commit 02efd94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.1.1"
version = "0.1.5"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions libs/langchain/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[tool.poetry]
name = "langchain"
version = "0.0.351"
version = "0.1.3"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"
readme = "README.md"
repository = "https://github.com/skypointcloud/skypoint-langchain.git"
repository = "https://github.com/langchain-ai/langchain"

[tool.poetry.scripts]
langchain-server = "langchain.server:main"
Expand Down

0 comments on commit 02efd94

Please sign in to comment.