mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
126d1655e6
- Use static API version 'v0' instead of dynamic package version - Remove version verification step in release workflow - Dynamic versioning handled by uv-dynamic-versioning at build time
5 lines
178 B
Python
5 lines
178 B
Python
"""basic-memory - Local-first knowledge management combining Zettelkasten with knowledge graphs"""
|
|
|
|
# API version for FastAPI - independent of package version
|
|
__version__ = "v0"
|