Skip to content

Commit

Permalink
chore: bump version to 0.2.10 to increase server info request timeout (
Browse files Browse the repository at this point in the history
  • Loading branch information
bvs-langchain authored Dec 5, 2024
1 parent 1e28754 commit 95a7b24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "langsmith",
"version": "0.2.9",
"version": "0.2.10",
"description": "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.",
"packageManager": "[email protected]",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion js/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ export { RunTree, type RunTreeConfig } from "./run_trees.js";
export { overrideFetchImplementation } from "./singletons/fetch.js";

// Update using yarn bump-version
export const __version__ = "0.2.9";
export const __version__ = "0.2.10";

0 comments on commit 95a7b24

Please sign in to comment.