Skip to content

Commit 3cbd7f8

Browse files
committed
Bump versions
1 parent bfbf90a commit 3cbd7f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

agent-memory-client/agent_memory_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
memory management capabilities for AI agents and applications.
66
"""
77

8-
__version__ = "0.9.0b2"
8+
__version__ = "0.9.0b3"
99

1010
from .client import MemoryAPIClient, MemoryClientConfig, create_memory_client
1111
from .exceptions import (

agent_memory_server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Redis Agent Memory Server - A memory system for conversational AI."""
22

3-
__version__ = "0.9.0b2"
3+
__version__ = "0.9.0b3"

0 commit comments

Comments
 (0)