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 587124b commit b775745Copy full SHA for b775745
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.0"
+__version__ = "0.12.1"
9
10
from .client import MemoryAPIClient, MemoryClientConfig, create_memory_client
11
from .exceptions import (
0 commit comments