From 92192e8c5e5b13fa2e703a157b11636598bbbae3 Mon Sep 17 00:00:00 2001 From: UltrafunkAmsterdam Date: Sun, 5 Feb 2023 15:15:12 +0100 Subject: [PATCH] fix for #1035 + version bump --- undetected_chromedriver/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/undetected_chromedriver/__init__.py b/undetected_chromedriver/__init__.py index 7e321c4..0a680b1 100644 --- a/undetected_chromedriver/__init__.py +++ b/undetected_chromedriver/__init__.py @@ -17,7 +17,7 @@ by UltrafunkAmsterdam (https://github.com/ultrafunkamsterdam) from __future__ import annotations -__version__ = "3.4" +__version__ = "3.4.1" import json import logging