Skip to content

Commit 81974e3

Browse files
authored
release(py): 0.3.44 (#1765)
1 parent 21cd06e commit 81974e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/langsmith/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from langsmith.utils import ContextThreadPoolExecutor
2121

2222
# Avoid calling into importlib on every call to __version__
23-
__version__ = "0.3.43"
23+
__version__ = "0.3.44"
2424
version = __version__ # for backwards compatibility
2525

2626

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "langsmith"
3-
version = "0.3.43"
3+
version = "0.3.44"
44
description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform."
55
authors = ["LangChain <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)