From 32306bb00d82ce69200438cabb5274ff1ab5c462 Mon Sep 17 00:00:00 2001 From: aivong-openhands Date: Fri, 27 Feb 2026 11:46:28 -0600 Subject: [PATCH] Bump version from 0.3.2 to 0.3.3 would like to release a new version with https://github.com/All-Hands-AI/openhands-aci/pull/163 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 426ca6d..f4607bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openhands-aci" -version = "0.3.2" +version = "0.3.3" description = "An Agent-Computer Interface (ACI) designed for software development agents OpenHands." authors = ["OpenHands"] license = "MIT"