chore: update version to 0.17.6 for v0.17.6 release

This commit is contained in:
phernandez
2026-01-17 15:11:34 -06:00
parent e11aeff8d9
commit 671e3d4db9
+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.5"
__version__ = "0.17.6"
# API version for FastAPI - independent of package version
__api_version__ = "v0"