diff --git a/androidtv/__init__.py b/androidtv/__init__.py index f86b7662..e4d6005e 100644 --- a/androidtv/__init__.py +++ b/androidtv/__init__.py @@ -9,7 +9,7 @@ from .firetv import FireTV -__version__ = '0.0.38' +__version__ = '0.0.39' 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 29bea38f..aa4685cc 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.38' +version = '0.0.39' # The full version, including alpha/beta/rc tags -release = '0.0.38' +release = '0.0.39' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index f0660707..49528257 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='androidtv', - version='0.0.38', + version='0.0.39', description='Communicate with an Android TV or Fire TV device via ADB over a network.', long_description=readme, keywords=['adb', 'android', 'androidtv', 'firetv'],