From 0f193113b7ef7c68e9331f5e9ec1b20fbf069943 Mon Sep 17 00:00:00 2001 From: "rohitvinodmalhotra@gmail.com" Date: Mon, 20 Oct 2025 16:52:34 -0400 Subject: [PATCH] bump version --- openhands-cli/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openhands-cli/pyproject.toml b/openhands-cli/pyproject.toml index 54fbfce48f..17df247fd3 100644 --- a/openhands-cli/pyproject.toml +++ b/openhands-cli/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "hatchling>=1.25" ] [project] name = "openhands" -version = "1.0.1" +version = "1.0.2" description = "OpenHands CLI - Terminal User Interface for OpenHands AI Agent" readme = "README.md" license = { text = "MIT" }