From a5c9dbd609c27281d6d2bb16b84350298f763017 Mon Sep 17 00:00:00 2001 From: naisanzaa Date: Sat, 11 Nov 2023 21:32:25 -0800 Subject: [PATCH] 0.3.15 Change log: selenium: fix current_url, update get, remove is_running selenium: add get_screenshot_as_file selenium: update config selenium: update logger facebook: add is_temporarily_blocked facebook: update with rate limiting sleeper: fix logger --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a7507b87..b13a969a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="automonisaur", - version="0.3.14", + version="0.3.15", author="naisanza", author_email="naisanza@gmail.com", description="Core libraries for automonisaur",