Skip to content

Commit

Permalink
Bump version to 0.0.27 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffLIrion committed Sep 7, 2019
1 parent af34110 commit f5d8e15
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion androidtv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .firetv import FireTV


__version__ = '0.0.26'
__version__ = '0.0.27'


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
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
author = 'Jeff Irion'

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


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='androidtv',
version='0.0.26',
version='0.0.27',
description='Communicate with an Android TV or Fire TV device via ADB over a network.',
url='https://github.com/JeffLIrion/python-androidtv/',
license='MIT',
Expand Down

0 comments on commit f5d8e15

Please sign in to comment.