From a82e8b03510ff893b5083b15d1a12fc458d53631 Mon Sep 17 00:00:00 2001 From: alckasoc Date: Tue, 22 Apr 2025 14:31:31 -0700 Subject: [PATCH] update to 0.2.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 216e902..486f784 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup setup( name="gui-agents", - version="0.2.2", + version="0.2.3", description="A library for creating general purpose GUI agents using multimodal LLMs.", long_description=open("README.md", encoding="utf-8").read(), long_description_content_type="text/markdown",