chore: update version to 0.20.2 for v0.20.2 release

This commit is contained in:
Drew Cain
2026-03-10 23:13:59 -05:00
parent 7c96a0777d
commit dd91b49054
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.20.1"
__version__ = "0.20.2"
# API version for FastAPI - independent of package version
__api_version__ = "v0"