From e74c5c154f8f2cb55e35be923d6942cdf578518b Mon Sep 17 00:00:00 2001 From: Arsenii Shatokhin Date: Mon, 29 Jan 2024 07:36:15 +0400 Subject: [PATCH] Bumped version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a084a3df..fb1a7bee 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='agency-swarm', - version='0.1.0', + version='0.1.1', author='VRSEN', author_email='arseny9795@gmail.com', description='An opensource agent orchestration framework built on top of the latest OpenAI Assistants API.',