From fdaffc03e95c0158ae3a6efd45798da6eecd2366 Mon Sep 17 00:00:00 2001 From: daijro Date: Mon, 8 Jun 2026 07:18:05 -0500 Subject: [PATCH] Bump pythonlib to 0.5.1 --- pythonlib/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonlib/pyproject.toml b/pythonlib/pyproject.toml index 1593ec8..b50da51 100644 --- a/pythonlib/pyproject.toml +++ b/pythonlib/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "camoufox" -version = "0.5.0" +version = "0.5.1" description = "Wrapper around Playwright to help launch Camoufox" authors = ["daijro "] license = "MIT"