From 929da150bc1be803bbd4bc466bff124356b5be62 Mon Sep 17 00:00:00 2001 From: feder-cr <85809106+feder-cr@users.noreply.github.com> Date: Wed, 27 May 2026 00:24:05 -0700 Subject: [PATCH] chore: bump version to 0.1.9 Carries the #24 fix (importlib.metadata-driven __version__ + top-level --version flag) so users see a real version bump after `pip install --upgrade`. Co-Authored-By: Claude Opus 4.7 (1M context) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cf0cb08..a86f4e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "invisible-playwright" -version = "0.1.8" +version = "0.1.9" description = "Playwright wrapper for a patched Firefox with deterministic stealth profile." readme = "README.md" requires-python = ">=3.11"