Skip to content

Commit ef85161

Browse files
authored
release(core): 1.0.1 (#33639)
1 parent 079eb80 commit ef85161

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""langchain-core version information and utilities."""
22

3-
VERSION = "1.0.0"
3+
VERSION = "1.0.1"

β€Žlibs/core/pyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"pydantic>=2.7.4,<3.0.0",
1717
]
1818
name = "langchain-core"
19-
version = "1.0.0"
19+
version = "1.0.1"
2020
description = "Building applications with LLMs through composability"
2121
readme = "README.md"
2222

β€Žlibs/core/uv.lockβ€Ž

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Main entrypoint into LangChain."""
22

3-
__version__ = "1.0.1"
3+
__version__ = "1.0.2"

0 commit comments

Comments
Β (0)