We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceeda20 commit 6c8b865Copy full SHA for 6c8b865
plexapi/__init__.py
@@ -14,7 +14,7 @@
14
15
# PlexAPI Settings
16
PROJECT = 'PlexAPI'
17
-VERSION = '3.0.1'
+VERSION = '3.0.2'
18
TIMEOUT = CONFIG.get('plexapi.timeout', 30, int)
19
X_PLEX_CONTAINER_SIZE = CONFIG.get('plexapi.container_size', 50, int)
20
0 commit comments