From 73568ee597d2f2971b5bc0fc73d7814b5a69fa43 Mon Sep 17 00:00:00 2001 From: naisanzaa Date: Mon, 27 Nov 2023 22:39:01 -0800 Subject: [PATCH] 0.3.26 Change log: selenium: add more cookie handling selenium: update user agents selenium: add user_agent property --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 52ff0b63..ae1d269c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="automonisaur", - version="0.3.25", + version="0.3.26", author="naisanza", author_email="naisanza@gmail.com", description="Core libraries for automonisaur",