From 644cd8d3364405bf726acecd718e671365d53fd0 Mon Sep 17 00:00:00 2001 From: "rohitvinodmalhotra@gmail.com" Date: Fri, 31 Oct 2025 14:52:51 -0400 Subject: [PATCH] Update pyproject.toml --- 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 aa8a22afa2..68da1da1f7 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.4" +version = "1.0.5" description = "OpenHands CLI - Terminal User Interface for OpenHands AI Agent" readme = "README.md" license = { text = "MIT" }