From 18d9f4797800ecabe521c4a396d6494eed104aa6 Mon Sep 17 00:00:00 2001 From: UltrafunkAmsterdam Date: Thu, 29 Dec 2022 11:53:24 +0100 Subject: [PATCH] 3.2.1 - minor fixes --- 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 d8c52e8..3487ef0 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.2.0a" +__version__ = "3.2.1" import json import logging