From 94a3f01ce8246e051b4695b981093eabd6f1681f Mon Sep 17 00:00:00 2001 From: Jeff Irion Date: Thu, 31 Aug 2023 20:49:18 -0700 Subject: [PATCH] Bump the version to 0.0.72 (#338) --- androidtv/__init__.py | 2 +- docs/source/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/androidtv/__init__.py b/androidtv/__init__.py index ba6f9af..77a1f99 100644 --- a/androidtv/__init__.py +++ b/androidtv/__init__.py @@ -10,7 +10,7 @@ from .firetv.firetv_sync import FireTVSync -__version__ = "0.0.71" +__version__ = "0.0.72" def setup( diff --git a/docs/source/conf.py b/docs/source/conf.py index 873bbd4..567bb9d 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.71' +version = '0.0.72' # The full version, including alpha/beta/rc tags -release = '0.0.71' +release = '0.0.72' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 7900b68..0c16ddb 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="androidtv", - version="0.0.71", + version="0.0.72", description="Communicate with an Android TV or Fire TV device via ADB over a network.", long_description=readme, keywords=["adb", "android", "androidtv", "firetv"],