mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 06:04:15 +00:00
bump to 3.0.5
This commit is contained in:
parent
891c32537d
commit
68f73e151e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ CONFIG = PlexConfig(CONFIG_PATH)
|
|||
|
||||
# PlexAPI Settings
|
||||
PROJECT = 'PlexAPI'
|
||||
VERSION = '3.0.4'
|
||||
VERSION = '3.0.5'
|
||||
TIMEOUT = CONFIG.get('plexapi.timeout', 30, int)
|
||||
X_PLEX_CONTAINER_SIZE = CONFIG.get('plexapi.container_size', 100, int)
|
||||
|
||||
|
|
Loading…
Reference in a new issue