Skip to content

Commit

Permalink
Bump (#20)
Browse files Browse the repository at this point in the history
- 0.0.4 python
- 0.0.5 js
  • Loading branch information
vowelparrot authored Jun 5, 2023
1 parent 177212c commit 80f94d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "langchainplus-sdk",
"version": "0.0.4",
"version": "0.0.5",
"description": "Client library to connect to the LangChainPlus LLM Tracing and Evaluation Platform.",
"files": [
"dist/",
Expand Down Expand Up @@ -110,4 +110,4 @@
},
"./package.json": "./package.json"
}
}
}
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchainplus-sdk"
version = "0.0.3"
version = "0.0.4"
description = "Client library to connect to the LangChainPlus LLM Tracing and Evaluation Platform."
authors = ["LangChain"]
license = "MIT"
Expand Down

0 comments on commit 80f94d6

Please sign in to comment.