From 40ed7129c892d8cb3ea69a624f4e0ef7acb99a13 Mon Sep 17 00:00:00 2001 From: Drew Cain Date: Sat, 23 May 2026 13:46:48 -0500 Subject: [PATCH] chore: update version to 0.21.3 for v0.21.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 40267c93..b6e0eda0 100644 --- a/server.json +++ b/server.json @@ -6,12 +6,12 @@ "url": "https://github.com/basicmachines-co/basic-memory.git", "source": "github" }, - "version": "0.21.1", + "version": "0.21.3", "packages": [ { "registryType": "pypi", "identifier": "basic-memory", - "version": "0.21.1", + "version": "0.21.3", "runtimeHint": "uvx", "runtimeArguments": [ {"type": "positional", "value": "basic-memory"}, diff --git a/src/basic_memory/__init__.py b/src/basic_memory/__init__.py index 0f76f392..4889e813 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.21.1" +__version__ = "0.21.3" # API version for FastAPI - independent of package version __api_version__ = "v0"