We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ffd1e commit a497613Copy full SHA for a497613
plexapi/const.py
@@ -3,7 +3,7 @@
3
4
# Library version
5
MAJOR_VERSION = 4
6
-MINOR_VERSION = 7
7
-PATCH_VERSION = 2
+MINOR_VERSION = 8
+PATCH_VERSION = 0
8
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
9
__version__ = f"{__short_version__}.{PATCH_VERSION}"
0 commit comments