chore: update version to 0.13.4 for v0.13.4 release

This commit is contained in:
phernandez
2025-06-11 21:41:06 -05:00
parent 611f5cd305
commit bc3557f000
+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.3"
__version__ = "0.13.4"
# API version for FastAPI - independent of package version
__api_version__ = "v0"