diff --git a/androidtv/__init__.py b/androidtv/__init__.py index 77a1f99..fa54377 100644 --- a/androidtv/__init__.py +++ b/androidtv/__init__.py @@ -10,7 +10,7 @@ from .firetv.firetv_sync import FireTVSync -__version__ = "0.0.72" +__version__ = "0.0.73" def setup( diff --git a/docs/source/conf.py b/docs/source/conf.py index 567bb9d..54c51c8 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.72' +version = '0.0.73' # The full version, including alpha/beta/rc tags -release = '0.0.72' +release = '0.0.73' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index bb8a69d..7ada652 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="androidtv", - version="0.0.72", + version="0.0.73", description="Communicate with an Android TV or Fire TV device via ADB over a network.", long_description=readme, keywords=["adb", "android", "androidtv", "firetv"],