From 2a7665a26b26d4c9f62f740205f7a026d7422568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=BC=E6=AC=A3?= Date: Thu, 6 Jun 2024 16:23:11 +0800 Subject: [PATCH] release version 0.0.5: add memory and long-context agents --- qwen_agent/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qwen_agent/__init__.py b/qwen_agent/__init__.py index 6fcc39e..f821bb5 100644 --- a/qwen_agent/__init__.py +++ b/qwen_agent/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.0.4' +__version__ = '0.0.5' from .agent import Agent from .multi_agent_hub import MultiAgentHub