mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
fix: simplify versioning for release workflow
- 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
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
"""basic-memory - Local-first knowledge management combining Zettelkasten with knowledge graphs"""
|
||||
|
||||
__version__ = "0.13.0b5"
|
||||
# API version for FastAPI - independent of package version
|
||||
__version__ = "v0"
|
||||
|
||||
Reference in New Issue
Block a user