Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion langgraph/checkpoint/redis/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from redisvl.version import __version__ as __redisvl_version__

__version__ = "0.0.2"
__version__ = "0.0.3"
__lib_name__ = f"langgraph-checkpoint-redis_v{__version__}"
__full_lib_name__ = f"redis-py(redisvl_v{__redisvl_version__};{__lib_name__})"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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]>"]
license = "MIT"
Expand Down