Skip to content

Commit 0277d20

Browse files
committed
2.3.5
1 parent 0418982 commit 0277d20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ichrome/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from .logs import logger
77
from .sync_utils import Chrome, Tab
88

9-
__version__ = "2.3.4"
9+
__version__ = "2.3.5"
1010
__tips__ = "[github]: https://github.com/ClericPy/ichrome\n[cdp]: https://chromedevtools.github.io/devtools-protocol/\n[cmd args]: https://peter.sh/experiments/chromium-command-line-switches/"
1111
__all__ = [
1212
'Chrome', 'ChromeDaemon', 'Tab', 'Tag', 'AsyncChrome', 'AsyncTab', 'logger',

0 commit comments

Comments
 (0)