chore: update version to 0.21.1 for v0.21.1 release

This commit is contained in:
phernandez
2026-05-16 18:56:38 -05:00
parent a84e77f4af
commit 60ec6728de
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
"""basic-memory - Local-first knowledge management combining Zettelkasten with knowledge graphs"""
# Package version - updated by release automation
__version__ = "0.21.0"
__version__ = "0.21.1"
# API version for FastAPI - independent of package version
__api_version__ = "v0"