Files
basicmachines-co-basic-memory/src/basic_memory/__init__.py
T
2026-03-26 23:09:57 -05: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.20.3"
# API version for FastAPI - independent of package version
__api_version__ = "v0"