From a5b0ae22c4fdad7b57d1171ae50e4f6348c3848e Mon Sep 17 00:00:00 2001 From: chenweize1998 Date: Thu, 12 Oct 2023 19:21:46 +0800 Subject: [PATCH] bump version to 0.1.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bef006aea..01d9c5764 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setuptools.setup( name="agentverse", - version="0.1.5", + version="0.1.6", author="OpenBMB", author_email="chenweize1998@gmail.com", description="A versatile framework that streamlines the process of creating custom multi-agent environments for large language models (LLMs).",