From 22993ef42350cbe17fe988bb06b2abb316ebffb6 Mon Sep 17 00:00:00 2001 From: jacoblee93 Date: Fri, 31 Jan 2025 12:26:20 -0800 Subject: [PATCH] release(py): 0.3.4 --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 5712ed336..7092678ea 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langsmith" -version = "0.3.3" +version = "0.3.4" description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform." authors = ["LangChain "] license = "MIT"