chore: update version to 0.13.3 for v0.13.3 release

This commit is contained in:
phernandez
2025-06-11 19:29:04 -05:00
parent 70a6ce3411
commit 7a69ca2c36
+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.2"
__version__ = "0.13.3"
# API version for FastAPI - independent of package version
__api_version__ = "v0"