We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e161ce6 commit b51aa19Copy full SHA for b51aa19
plexapi/const.py
@@ -4,6 +4,6 @@
4
# Library version
5
MAJOR_VERSION = 4
6
MINOR_VERSION = 15
7
-PATCH_VERSION = 8
+PATCH_VERSION = 9
8
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
9
__version__ = f"{__short_version__}.{PATCH_VERSION}"
0 commit comments