From 6f6be6f15602c777ffc790d5af320cab50bdba46 Mon Sep 17 00:00:00 2001 From: infra Date: Thu, 5 Oct 2023 01:43:57 -0400 Subject: [PATCH] bump version --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index cfff6a5e3..7c8c0df07 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langsmith" -version = "0.0.41" +version = "0.0.42" description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform." authors = ["LangChain "] license = "MIT"