We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2dc4e5 commit e6b9559Copy full SHA for e6b9559
python/langsmith/__init__.py
@@ -21,7 +21,7 @@
21
22
# Avoid calling into importlib on every call to __version__
23
24
-__version__ = "0.4.24"
+__version__ = "0.4.25"
25
version = __version__ # for backwards compatibility
26
27
python/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "langsmith"
7
-version = "0.4.24"
+version = "0.4.25"
8
description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform."
9
authors = [
10
{name = "LangChain", email = "[email protected]"},
0 commit comments