Skip to content

Commit

Permalink
version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iiSeymour committed May 6, 2017
1 parent c03413d commit 1b117a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chromote/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import websocket
from requests.exceptions import ConnectionError

version = "0.1.2"
version = "0.2.0"
__version__ = version
__all__ = ['Chromote', 'ChromeTab']

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='chromote',
version='0.1.2',
version='0.2.0',
description="Python Wrapper for the Google Chrome Remote Debugging Protocol",
author='Chris Seymour',
packages=find_packages(),
Expand Down

0 comments on commit 1b117a4

Please sign in to comment.