Files
basicmachines-co-basic-memory/src/basic_memory/__init__.py
T
phernandez 630eeb94ab docs: add CHANGELOG entry for v0.18.4
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: phernandez <paul@basicmachines.co>
2026-02-12 15:28:02 -06:00

8 lines
256 B
Python

"""basic-memory - Local-first knowledge management combining Zettelkasten with knowledge graphs"""
# Package version - updated by release automation
__version__ = "0.18.4"
# API version for FastAPI - independent of package version
__api_version__ = "v0"