mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
feat: add automated release management system
- Add version management in __init__.py - Add justfile targets for release and beta automation - Create Claude command documentation for /release and /beta - Implement comprehensive quality checks and validation - Support automated version updates and git tagging 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
"""basic-memory - Local-first knowledge management combining Zettelkasten with knowledge graphs"""
|
||||
|
||||
# Package version - updated by release automation
|
||||
__version__ = "0.13.1"
|
||||
|
||||
# API version for FastAPI - independent of package version
|
||||
__version__ = "v0"
|
||||
__api_version__ = "v0"
|
||||
|
||||
Reference in New Issue
Block a user