Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Commit

Permalink
Bump the version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffLIrion committed May 10, 2020
1 parent cd080ab commit 46324af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aio_androidtv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .firetv import FireTV


__version__ = '0.0.2'
__version__ = '0.0.3'


async def setup(host, port=5555, adbkey='', state_detection_rules=None, device_class='auto', auth_timeout_s=DEFAULT_AUTH_TIMEOUT_S):
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
author = 'Jeff Irion'

# The short X.Y version
version = '0.0.2'
version = '0.0.3'
# The full version, including alpha/beta/rc tags
release = '0.0.2'
release = '0.0.3'


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

setup(
name='aio_androidtv',
version='0.0.2',
version='0.0.3',
description='Communicate with an Android TV or Fire TV device via ADB over a network.',
long_description=readme,
keywords=['adb', 'android', 'androidtv', 'firetv'],
Expand Down

0 comments on commit 46324af

Please sign in to comment.