Skip to content

Commit e6b9559

Browse files
authored
release(py): 0.4.25 (#2000)
1 parent a2dc4e5 commit e6b9559

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/langsmith/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
# Avoid calling into importlib on every call to __version__
2323

24-
__version__ = "0.4.24"
24+
__version__ = "0.4.25"
2525
version = __version__ # for backwards compatibility
2626

2727

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "langsmith"
7-
version = "0.4.24"
7+
version = "0.4.25"
88
description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform."
99
authors = [
1010
{name = "LangChain", email = "[email protected]"},

0 commit comments

Comments
 (0)