From 10b26ab56e2161269f1aec670256eb4a5bab0be8 Mon Sep 17 00:00:00 2001 From: daijro Date: Thu, 19 Sep 2024 16:40:16 -0500 Subject: [PATCH] pythonlib: Bump to 0.1.1 --- pythonlib/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonlib/pyproject.toml b/pythonlib/pyproject.toml index f663153..19e9661 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.1.0b4" +version = "0.1.1" description = "Wrapper around Playwright to help launch Camoufox" authors = ["daijro "] license = "MIT"