diff --git a/chromote/__init__.py b/chromote/__init__.py index e479e18..46c3578 100644 --- a/chromote/__init__.py +++ b/chromote/__init__.py @@ -13,7 +13,7 @@ import websocket from requests.exceptions import ConnectionError -version = "0.1.2" +version = "0.2.0" __version__ = version __all__ = ['Chromote', 'ChromeTab'] diff --git a/setup.py b/setup.py index ba9bc20..4ac3093 100644 --- a/setup.py +++ b/setup.py @@ -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(),