Skip to content

Commit

Permalink
3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lidong committed Aug 28, 2022
1 parent 876e856 commit 0b75c82
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.3"
__version__ = "3.0.4"
__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 0b75c82

Please sign in to comment.