From ab05ca65d5672be795c39ec577b55e5308797da2 Mon Sep 17 00:00:00 2001 From: angus-langchain Date: Sat, 21 Dec 2024 11:30:08 -0500 Subject: [PATCH] chore: Version bump (#1349) --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 407f8ea7f..99ced6411 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langsmith" -version = "0.2.4" +version = "0.2.5" description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform." authors = ["LangChain "] license = "MIT"