From a15704fb8b15003400af453c3c698ba86fc43399 Mon Sep 17 00:00:00 2001 From: Angus Jelinek <angus@langchain.dev> Date: Sat, 21 Dec 2024 11:00:16 -0500 Subject: [PATCH] chore: Version bump --- 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 <support@langchain.dev>"] license = "MIT"