From 552a835669fb58c0b5ce86d3b1df3acf1815ceea Mon Sep 17 00:00:00 2001 From: phernandez Date: Thu, 26 Mar 2026 23:09:57 -0500 Subject: [PATCH] chore: update version to 0.20.3 for v0.20.3 release --- server.json | 4 ++-- src/basic_memory/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/server.json b/server.json index f83ecedb..4a055abc 100644 --- a/server.json +++ b/server.json @@ -6,12 +6,12 @@ "url": "https://github.com/basicmachines-co/basic-memory.git", "source": "github" }, - "version": "0.20.2", + "version": "0.20.3", "packages": [ { "registryType": "pypi", "identifier": "basic-memory", - "version": "0.20.2", + "version": "0.20.3", "runtimeHint": "uvx", "runtimeArguments": [ {"type": "positional", "value": "basic-memory"}, diff --git a/src/basic_memory/__init__.py b/src/basic_memory/__init__.py index 82299a04..57ae52e6 100644 --- a/src/basic_memory/__init__.py +++ b/src/basic_memory/__init__.py @@ -1,7 +1,7 @@ """basic-memory - Local-first knowledge management combining Zettelkasten with knowledge graphs""" # Package version - updated by release automation -__version__ = "0.20.2" +__version__ = "0.20.3" # API version for FastAPI - independent of package version __api_version__ = "v0"