Skip to content

Commit 4ea899f

Browse files
authored
Bump version for 0.0.3 release (#17)
1 parent a6423b0 commit 4ea899f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

langgraph/checkpoint/redis/version.py

+1-1
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.2"
3+
__version__ = "0.0.3"
44
__lib_name__ = f"langgraph-checkpoint-redis_v{__version__}"
55
__full_lib_name__ = f"redis-py(redisvl_v{__redisvl_version__};{__lib_name__})"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "langgraph-checkpoint-redis"
3-
version = "0.0.2"
3+
version = "0.0.3"
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)