From 4502e07fb3148c82b234ff142713405721f0e32a Mon Sep 17 00:00:00 2001 From: mtayfur Date: Mon, 24 Nov 2025 16:06:03 +0300 Subject: [PATCH] chore(memory_system): bump version to 1.2.0 in metadata header Update reflects new changes or improvements since the previous 1.0.0 release, ensuring versioning stays accurate and aligned with project progress. --- memory_system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memory_system.py b/memory_system.py index 56e8225..b5666d1 100644 --- a/memory_system.py +++ b/memory_system.py @@ -1,7 +1,7 @@ """ title: Memory System description: A semantic memory management system for Open WebUI that consolidates, deduplicates, and retrieves personalized user memories using LLM operations. -version: 1.0.0 +version: 1.2.0 authors: https://github.com/mtayfur license: Apache-2.0 required_open_webui_version: 0.6.37