From 2bde2344084721d7015167af4762d3bc397fe5d2 Mon Sep 17 00:00:00 2001 From: Jason Lawrence Date: Mon, 22 Mar 2021 17:01:32 -0500 Subject: [PATCH] Bump to 4.5.0 --- plexapi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexapi/__init__.py b/plexapi/__init__.py index 7ef3a0bdf..78b5033a5 100644 --- a/plexapi/__init__.py +++ b/plexapi/__init__.py @@ -15,7 +15,7 @@ # PlexAPI Settings PROJECT = 'PlexAPI' -VERSION = '4.4.1' +VERSION = '4.5.0' TIMEOUT = CONFIG.get('plexapi.timeout', 30, int) X_PLEX_CONTAINER_SIZE = CONFIG.get('plexapi.container_size', 100, int) X_PLEX_ENABLE_FAST_CONNECT = CONFIG.get('plexapi.enable_fast_connect', False, bool)