chore: update version to 0.16.0 for v0.16.0 release

This commit is contained in:
phernandez
2025-11-10 19:19:48 -06:00
parent c5d9067754
commit caf3c14bb1
+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.3.dev42+36149d6"
__version__ = "0.16.0"
# API version for FastAPI - independent of package version
__api_version__ = "v0"