bump to 3.0.5

This commit is contained in:
Hellowlol 2018-01-02 00:21:24 +01:00
parent 891c32537d
commit 68f73e151e

View file

@ -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)