diff --git a/androidtv/__init__.py b/androidtv/__init__.py index 1ed10196..8a4261f8 100644 --- a/androidtv/__init__.py +++ b/androidtv/__init__.py @@ -8,7 +8,7 @@ from .firetv import FireTV -__version__ = '0.0.27' +__version__ = '0.0.28' def setup(host, adbkey='', adb_server_ip='', adb_server_port=5037, state_detection_rules=None, device_class='auto'): diff --git a/docs/source/conf.py b/docs/source/conf.py index d8f5bee3..7e9adf69 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.27' +version = '0.0.28' # The full version, including alpha/beta/rc tags -release = '0.0.27' +release = '0.0.28' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 2b6ef9b6..7e89ffb5 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='androidtv', - version='0.0.27', + version='0.0.28', description='Communicate with an Android TV or Fire TV device via ADB over a network.', url='https://github.com/JeffLIrion/python-androidtv/', license='MIT',