Skip to content

Commit ac6ec96

Browse files
committed
Bump versions
1 parent 98be14f commit ac6ec96

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.0b1"
8+
__version__ = "0.9.0b2"
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.0b1"
3+
__version__ = "0.9.0b2"

0 commit comments

Comments
 (0)