Update plexapi=4.16.1

This commit is contained in:
JonnyWong16 2025-01-09 10:45:29 -08:00
parent 85e9237608
commit 078c293bd7
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
4 changed files with 7 additions and 6 deletions

View file

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