Skip to content

Commit

Permalink
Bump the version to 0.0.72 (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffLIrion committed Sep 1, 2023
1 parent a7b1e51 commit 94a3f01
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 @@ -10,7 +10,7 @@
from .firetv.firetv_sync import FireTVSync


__version__ = "0.0.71"
__version__ = "0.0.72"


def setup(
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.71'
version = '0.0.72'
# The full version, including alpha/beta/rc tags
release = '0.0.71'
release = '0.0.72'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 94a3f01

Please sign in to comment.