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