diff --git a/js/package.json b/js/package.json index 47afc1073..047b902f0 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "langsmith", - "version": "0.0.18", + "version": "0.0.19", "description": "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.", "files": [ "dist/", diff --git a/python/pyproject.toml b/python/pyproject.toml index 21873b84d..1791175e6 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langsmith" -version = "0.0.18" +version = "0.0.19" description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform." authors = ["LangChain"] license = "MIT"