Skip to content

Commit

Permalink
upgrade 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ClericPy committed Jun 5, 2020
1 parent 7c9c203 commit 1834f36
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 @@ -5,7 +5,7 @@
from .logs import logger
from .sync_utils import Chrome, Tab

__version__ = "2.1.1"
__version__ = "2.1.2"
__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 1834f36

Please sign in to comment.