From 6c90837414dab7c0e837375eceabde1bf80c54ba Mon Sep 17 00:00:00 2001 From: Daniel Dolezal Date: Thu, 11 Jun 2026 07:06:09 +0200 Subject: [PATCH] chore: bump version to 0.10.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch bump after the class-based extension refactor (ba01be1) — no behavior, command, or API change. Bumped in pyproject.toml, extension/manifest.json and uv.lock. Verification: uv run browser-cli -V -> 0.10.3; uv run pytest -q -> 409 passed, 105 skipped. --- extension/manifest.json | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extension/manifest.json b/extension/manifest.json index 735e577..7163d09 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "browser-cli", - "version": "0.10.2", + "version": "0.10.3", "description": "Control your browser from the terminal or Python SDK", "permissions": [ "tabs", diff --git a/pyproject.toml b/pyproject.toml index a25328a..234ca36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "browser-cli" -version = "0.10.2" +version = "0.10.3" description = "Control your real running browser from the terminal or Python SDK" requires-python = ">=3.10" dependencies = [ diff --git a/uv.lock b/uv.lock index ce50412..f6f0108 100644 --- a/uv.lock +++ b/uv.lock @@ -4,7 +4,7 @@ requires-python = ">=3.10" [[package]] name = "browser-cli" -version = "0.10.2" +version = "0.10.3" source = { editable = "." } dependencies = [ { name = "click" },