mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
0ba6f219f1
Signed-off-by: phernandez <paul@basicmachines.co> Signed-off-by: Claude <noreply@anthropic.com> Signed-off-by: Paul Hernandez <60959+phernandez@users.noreply.github.com> Co-authored-by: phernandez <paul@basicmachines.co> Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Paul Hernandez <60959+phernandez@users.noreply.github.com>
8 lines
270 B
Python
8 lines
270 B
Python
"""basic-memory - Local-first knowledge management combining Zettelkasten with knowledge graphs"""
|
|
|
|
# Package version - updated by release automation
|
|
__version__ = "0.15.3.dev42+36149d6"
|
|
|
|
# API version for FastAPI - independent of package version
|
|
__api_version__ = "v0"
|