chore: update version to 0.22.1 for v0.22.1 release

Signed-off-by: Drew Cain <groksrc@gmail.com>
This commit is contained in:
Drew Cain
2026-06-12 22:34:00 -05:00
committed by Drew Cain
parent 5a08cfd9ac
commit 232f469065
9 changed files with 12 additions and 12 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.22.0"
__version__ = "0.22.1"
# API version for FastAPI - independent of package version
__api_version__ = "v0"