diff --git a/libs/text-splitters/pyproject.toml b/libs/text-splitters/pyproject.toml index 884dbe5e4fa..e365e655ce1 100644 --- a/libs/text-splitters/pyproject.toml +++ b/libs/text-splitters/pyproject.toml @@ -8,7 +8,7 @@ license = { text = "MIT" } requires-python = ">=3.9" dependencies = ["langchain-core<1.0.0,>=0.3.51"] name = "langchain-text-splitters" -version = "0.3.8" +version = "0.3.9" description = "LangChain text splitting utilities" readme = "README.md"