chore: update version to 0.15.2 for v0.15.2 release

This commit is contained in:
phernandez
2025-10-14 09:36:47 -05:00
parent a78e8c3ac5
commit 994c8b8e7e
+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.15.1"
__version__ = "0.15.2"
# API version for FastAPI - independent of package version
__api_version__ = "v0"