Update plexapi==4.15.15

This commit is contained in:
JonnyWong16 2024-07-06 11:02:21 -07:00
parent 2ee2ab652c
commit 96c5cb216c
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
5 changed files with 13 additions and 5 deletions

View file

@ -4,6 +4,6 @@
# Library version
MAJOR_VERSION = 4
MINOR_VERSION = 15
PATCH_VERSION = 13
PATCH_VERSION = 15
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
__version__ = f"{__short_version__}.{PATCH_VERSION}"