From c54af0ff2871f5a923e1d587703337d13c3e32b1 Mon Sep 17 00:00:00 2001 From: Jeff Irion Date: Fri, 15 May 2020 22:37:58 -0700 Subject: [PATCH] Bump the version to 0.0.42 --- androidtv/__init__.py | 2 +- docs/source/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/androidtv/__init__.py b/androidtv/__init__.py index 662bc25a..ef779d67 100644 --- a/androidtv/__init__.py +++ b/androidtv/__init__.py @@ -9,7 +9,7 @@ from .firetv import FireTV -__version__ = '0.0.41' +__version__ = '0.0.42' def setup(host, port=5555, adbkey='', adb_server_ip='', adb_server_port=5037, state_detection_rules=None, device_class='auto', auth_timeout_s=DEFAULT_AUTH_TIMEOUT_S): diff --git a/docs/source/conf.py b/docs/source/conf.py index 50ea8cb3..10f9fb4d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,9 +26,9 @@ author = 'Jeff Irion' # The short X.Y version -version = '0.0.41' +version = '0.0.42' # The full version, including alpha/beta/rc tags -release = '0.0.41' +release = '0.0.42' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index d4babfed..75f26541 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='androidtv', - version='0.0.41', + version='0.0.42', description='Communicate with an Android TV or Fire TV device via ADB over a network.', long_description=readme, keywords=['adb', 'android', 'androidtv', 'firetv'],