Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 0.0.32 #113

Merged
merged 1 commit into from Oct 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion androidtv/__init__.py
Expand Up @@ -9,7 +9,7 @@
from .firetv import FireTV


__version__ = '0.0.31'
__version__ = '0.0.32'


def setup(host, adbkey='', adb_server_ip='', adb_server_port=5037, state_detection_rules=None, device_class='auto', auth_timeout_s=DEFAULT_AUTH_TIMEOUT_S):
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.31'
version = '0.0.32'
# The full version, including alpha/beta/rc tags
release = '0.0.31'
release = '0.0.32'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name='androidtv',
version='0.0.31',
version='0.0.32',
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