diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml index 5fb924318f2c1..b9c569a393a50 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -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" diff --git a/libs/langchain/pyproject.toml b/libs/langchain/pyproject.toml index d00a309ebb175..46105def6bd58 100644 --- a/libs/langchain/pyproject.toml +++ b/libs/langchain/pyproject.toml @@ -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"