From afc3ec5be043c9d48e4020778eeeeb3bbf0d4a50 Mon Sep 17 00:00:00 2001 From: Christian Boin Date: Wed, 17 Apr 2024 14:38:58 -0400 Subject: [PATCH] chore: bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2ade7aa..0345006 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license={text="MIT License"} authors = [ {name = "Christian Boin"}, ] -version = "0.0.4" +version = "0.0.5" description = "Fork of requests-html, powered by playwright" readme = "README.rst" requires-python = ">=3.11"