Skip to content

Commit 2310577

Browse files
authored
release(py): 0.4.21 (#1986)
1 parent e2c74b3 commit 2310577

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.20"
24+
__version__ = "0.4.21"
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.20"
7+
version = "0.4.21"
88
description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform."
99
authors = [
1010
{name = "LangChain", email = "[email protected]"},

python/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)