chore: update version to 0.13.5 for v0.13.5 release

This commit is contained in:
phernandez
2025-06-11 22:02:56 -05:00
parent 5049de7e2d
commit 56c875f137
+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.13.4"
__version__ = "0.13.5"
# API version for FastAPI - independent of package version
__api_version__ = "v0"