Skip to content

Commit

Permalink
Bump the version to 0.0.29 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffLIrion committed Oct 2, 2019
1 parent 93990b6 commit 25d8003
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion androidtv/__init__.py
Expand Up @@ -8,7 +8,7 @@
from .firetv import FireTV


__version__ = '0.0.28'
__version__ = '0.0.29'


def setup(host, adbkey='', adb_server_ip='', adb_server_port=5037, state_detection_rules=None, device_class='auto'):
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -26,9 +26,9 @@
author = 'Jeff Irion'

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


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -2,14 +2,14 @@

setup(
name='androidtv',
version='0.0.28',
version='0.0.29',
description='Communicate with an Android TV or Fire TV device via ADB over a network.',
url='https://github.com/JeffLIrion/python-androidtv/',
license='MIT',
author='Jeff Irion',
author_email='jefflirion@users.noreply.github.com',
packages=['androidtv'],
install_requires=['adb-shell>=0.0.2', 'pure-python-adb-homeassistant>=0.1.7.dev0', 'pyasn1', 'rsa'],
install_requires=['adb-shell>=0.0.3', 'pure-python-adb-homeassistant>=0.1.7.dev0', 'pyasn1', 'rsa'],
classifiers=[
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
Expand Down

0 comments on commit 25d8003

Please sign in to comment.