Skip to content

Commit

Permalink
v0.4.0 fixes #16
Browse files Browse the repository at this point in the history
  • Loading branch information
iiSeymour committed Nov 27, 2017
1 parent b864533 commit 0274355
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 @@ -17,7 +17,7 @@
from requests.exceptions import ConnectionError


version = "0.3.0"
version = "0.4.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.3.0',
version='0.4.0',
description="Python Wrapper for the Google Chrome Remote Debugging Protocol",
author='Chris Seymour',
packages=find_packages(),
Expand Down

0 comments on commit 0274355

Please sign in to comment.