Skip to content

Commit

Permalink
Bump to 4.1.1 release (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlawren committed Sep 21, 2020
1 parent 860ad7b commit 737401b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plexapi/__init__.py
Expand Up @@ -15,7 +15,7 @@

# PlexAPI Settings
PROJECT = 'PlexAPI'
VERSION = '4.1.0'
VERSION = '4.1.1'
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)
Expand Down

0 comments on commit 737401b

Please sign in to comment.