We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6423b0 commit 4ea899fCopy full SHA for 4ea899f
langgraph/checkpoint/redis/version.py
@@ -1,5 +1,5 @@
1
from redisvl.version import __version__ as __redisvl_version__
2
3
-__version__ = "0.0.2"
+__version__ = "0.0.3"
4
__lib_name__ = f"langgraph-checkpoint-redis_v{__version__}"
5
__full_lib_name__ = f"redis-py(redisvl_v{__redisvl_version__};{__lib_name__})"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langgraph-checkpoint-redis"
-version = "0.0.2"
+version = "0.0.3"
description = "Library with a Redis implementation of LangGraph checkpoint saver."
authors = ["Redis Inc. <[email protected]>"]
6
license = "MIT"
0 commit comments