chore: update version to 0.15.0 for v0.15.0 release

This commit is contained in:
phernandez
2025-10-04 15:02:28 -05:00
parent 367dc6962a
commit 14c1fe4e89
+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.14.4"
__version__ = "0.15.0"
# API version for FastAPI - independent of package version
__api_version__ = "v0"