From 5ed1dde2e92d2e514d21a4e9e92bf87f0b7c0d1a Mon Sep 17 00:00:00 2001 From: Rohit Malhotra Date: Tue, 21 Oct 2025 11:32:00 -0400 Subject: [PATCH] CLI Patch Release 1.0.2 (#11448) --- 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" }