Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit 79eccab

Browse files
committed
chore: bump version to 1.0.6
1 parent 2cde0e1 commit 79eccab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22

3-
# Undetected GeckoDriver v1.0.5
3+
# Undetected GeckoDriver v1.0.6
44

55
A Python package that integrates with Firefox Selenium to bypass anti-bot detection mechanisms, ideal for web scraping, automated testing, and browser automation without being marked as a bot.
66

undetected_geckodriver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"""
1111

1212
# Version #
13-
__version__ = "1.0.5"
13+
__version__ = "1.0.6"
1414

1515
# Imports #
1616
from .driver import Firefox

0 commit comments

Comments
 (0)