Update plexapi==4.17.0

This commit is contained in:
JonnyWong16 2025-05-10 16:13:23 -07:00
parent 3cb71f94a3
commit f6bffe1850
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
32 changed files with 1224 additions and 966 deletions

View file

@ -2,5 +2,7 @@
Expose version
"""
__version__ = "3.4.0"
from __future__ import annotations
__version__ = "3.4.2"
VERSION = __version__.split(".")