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