chore: update version to 0.14.4 for v0.14.4 release

This commit is contained in:
Joe P
2025-09-04 14:03:09 -06:00
parent 7e024a8674
commit 73cade27ab
+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.3"
__version__ = "0.14.4"
# API version for FastAPI - independent of package version
__api_version__ = "v0"