Skip to content

Commit 2763812

Browse files
authored
Bump version for 0.0.2 release (#12)
1 parent cada331 commit 2763812

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

langgraph/checkpoint/redis/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from redisvl.version import __version__ as __redisvl_version__
22

3-
__version__ = "0.0.1"
3+
__version__ = "0.0.2"
44
__lib_name__ = f"langgraph-checkpoint-redis_v{__version__}"
55
__full_lib_name__ = f"redis-py(redisvl_v{__redisvl_version__};{__lib_name__})"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "langgraph-checkpoint-redis"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
description = "Library with a Redis implementation of LangGraph checkpoint saver."
55
authors = ["Redis Inc. <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)