From 878ba0785d229aa19477c7d8913ea78bac8edda1 Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Tue, 13 Feb 2024 14:27:37 -0800 Subject: [PATCH] Wfh/release (#436) --- js/package.json | 4 ++-- js/src/index.ts | 2 +- python/pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/js/package.json b/js/package.json index 91028fc28..1f7f7674f 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "langsmith", - "version": "0.0.69-rc0", + "version": "0.0.69", "description": "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.", "packageManager": "yarn@1.22.19", "files": [ @@ -122,4 +122,4 @@ }, "./package.json": "./package.json" } -} +} \ No newline at end of file diff --git a/js/src/index.ts b/js/src/index.ts index ed87a38c6..0a9df5dae 100644 --- a/js/src/index.ts +++ b/js/src/index.ts @@ -5,4 +5,4 @@ export { Dataset, Example, TracerSession, Run, Feedback } from "./schemas.js"; export { RunTree, RunTreeConfig } from "./run_trees.js"; // Update using yarn bump-version -export const __version__ = "0.0.69-rc0"; +export const __version__ = "0.0.69"; diff --git a/python/pyproject.toml b/python/pyproject.toml index c14eb922f..9a9c77260 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langsmith" -version = "0.0.90" +version = "0.0.91" description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform." authors = ["LangChain "] license = "MIT"