Skip to content

Commit 436a88e

Browse files
ihwooclaude
authored andcommitted
Bump version to 0.4.1
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4295efb commit 436a88e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "long-term-memory"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Long-term memory system for AI assistants — persistent, searchable, self-organizing memory powered by semantic search, knowledge graphs, and reinforcement learning"
55
requires-python = ">=3.11,<3.14"
66
license = "MIT"

src/aimemory/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Long-Term Memory System for AI assistants."""
22

3-
__version__ = "0.4.0"
3+
__version__ = "0.4.1"

0 commit comments

Comments
 (0)