diff --git a/pyproject.toml b/pyproject.toml index 5f6cb3a..cb235a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph-checkpoint-redis" -version = "0.4.0" +version = "0.4.1" description = "Redis implementation of the LangGraph agent checkpoint saver and store." authors = ["Brian Sam-Bodden ", "Redis Inc. "] license = "MIT"