From f0afbc69224774a40299ad84f5232ee9f0e9a4ca Mon Sep 17 00:00:00 2001 From: jjlawren Date: Thu, 20 Aug 2020 11:01:53 -0500 Subject: [PATCH] Bump to 4.1.0 release (#556) Change log: https://github.com/pkkid/python-plexapi/compare/4.0.0...79e99af --- plexapi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexapi/__init__.py b/plexapi/__init__.py index 09f1953f..fa01cd75 100644 --- a/plexapi/__init__.py +++ b/plexapi/__init__.py @@ -15,7 +15,7 @@ CONFIG = PlexConfig(CONFIG_PATH) # PlexAPI Settings PROJECT = 'PlexAPI' -VERSION = '4.0.0' +VERSION = '4.1.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)