Skip to content

Commit

Permalink
3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lidong committed Nov 6, 2022
1 parent da7f561 commit 4414917
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 .pool import ChromeEngine
from .sync_utils import Chrome, Tab

__version__ = "3.0.6"
__version__ = "3.0.7"
__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 4414917

Please sign in to comment.