We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b05c61 commit 93254c4Copy full SHA for 93254c4
agent-memory-client/agent_memory_client/__init__.py
@@ -5,7 +5,7 @@
5
memory management capabilities for AI agents and applications.
6
"""
7
8
-__version__ = "0.12.4"
+__version__ = "0.12.5"
9
10
from .client import MemoryAPIClient, MemoryClientConfig, create_memory_client
11
from .exceptions import (
0 commit comments