mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
8 lines
256 B
Python
8 lines
256 B
Python
"""basic-memory - Local-first knowledge management combining Zettelkasten with knowledge graphs"""
|
|
|
|
# Package version - updated by release automation
|
|
__version__ = "0.14.2"
|
|
|
|
# API version for FastAPI - independent of package version
|
|
__api_version__ = "v0"
|