From bbb0177ce7d6019c67dc371f6a0b0225d9bf0f27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gregor=20=C5=BDuni=C4=8D?= <36313686+gregpr07@users.noreply.github.com> Date: Sun, 16 Aug 2026 10:49:31 -0700 Subject: [PATCH] Bump browser-harness to 0.1.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 14b38154..5df3a5ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "browser-harness" -version = "0.1.8" +version = "0.1.9" description = "The simplest, thinnest, and most powerful harness to control your real browser with your agent." readme = "README.md" requires-python = ">=3.11"