chore: bump version to 0.10.3
Testing / test (push) Failing after 14s
Testing / remote-protocol-compat (0.9.3) (push) Failing after 16s
Testing / remote-protocol-compat (0.9.5) (push) Successful in 34s

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.
This commit is contained in:
2026-06-11 07:06:09 +02:00
parent ba01be1c5d
commit 6c90837414
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"manifest_version": 3, "manifest_version": 3,
"name": "browser-cli", "name": "browser-cli",
"version": "0.10.2", "version": "0.10.3",
"description": "Control your browser from the terminal or Python SDK", "description": "Control your browser from the terminal or Python SDK",
"permissions": [ "permissions": [
"tabs", "tabs",
+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "browser-cli" name = "browser-cli"
version = "0.10.2" version = "0.10.3"
description = "Control your real running browser from the terminal or Python SDK" description = "Control your real running browser from the terminal or Python SDK"
requires-python = ">=3.10" requires-python = ">=3.10"
dependencies = [ dependencies = [
Generated
+1 -1
View File
@@ -4,7 +4,7 @@ requires-python = ">=3.10"
[[package]] [[package]]
name = "browser-cli" name = "browser-cli"
version = "0.10.2" version = "0.10.3"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "click" }, { name = "click" },