chore: update version to 0.15.1 for v0.15.1 release

This commit is contained in:
phernandez
2025-10-13 11:04:44 -05:00
parent e70ba944e7
commit e773c002ce
+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.0"
__version__ = "0.15.1"
# API version for FastAPI - independent of package version
__api_version__ = "v0"