chore: update version to 0.17.3 for v0.17.3 release

This commit is contained in:
Drew Cain
2026-01-03 13:08:11 -06:00
parent ef411ceb12
commit ba1439fefc
+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.17.2"
__version__ = "0.17.3"
# API version for FastAPI - independent of package version
__api_version__ = "v0"