Skip to content

Commit

Permalink
2.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ClericPy committed Sep 22, 2020
1 parent eda41eb commit 258bcf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ichrome/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .logs import logger
from .sync_utils import Chrome, Tab

__version__ = "2.3.8"
__version__ = "2.3.9"
__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/"
__all__ = [
'Chrome', 'ChromeDaemon', 'Tab', 'Tag', 'AsyncChrome', 'AsyncTab', 'logger',
Expand Down

0 comments on commit 258bcf8

Please sign in to comment.