From 82bb7d25962ce5e10b733524db2f31439da80b28 Mon Sep 17 00:00:00 2001 From: Jeff Irion Date: Tue, 27 Oct 2020 21:26:22 -0700 Subject: [PATCH] Bump the version to 0.0.53 (#211) --- 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 62029ac6..521980bb 100644 --- a/androidtv/__init__.py +++ b/androidtv/__init__.py @@ -10,7 +10,7 @@ from .firetv.firetv_sync import FireTVSync -__version__ = '0.0.52' +__version__ = '0.0.53' 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, signer=None): diff --git a/docs/source/conf.py b/docs/source/conf.py index b9c86be7..ef5e1215 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.52' +version = '0.0.53' # The full version, including alpha/beta/rc tags -release = '0.0.52' +release = '0.0.53' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index a74c216f..aaa66c91 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='androidtv', - version='0.0.52', + version='0.0.53', description='Communicate with an Android TV or Fire TV device via ADB over a network.', long_description=readme, keywords=['adb', 'android', 'androidtv', 'firetv'],