mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-26 05:30:20 +00:00
Up version for pip
This commit is contained in:
parent
06918c7ae0
commit
db089156ac
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ CONFIG = PlexConfig(CONFIG_PATH)
|
|||
|
||||
# Core Settings
|
||||
PROJECT = 'PlexAPI' # name provided to plex server
|
||||
VERSION = '2.0.1' # version of this api
|
||||
VERSION = '2.0.2' # version of this api
|
||||
TIMEOUT = CONFIG.get('plexapi.timeout', 30, int) # request timeout
|
||||
X_PLEX_CONTAINER_SIZE = 50 # max results to return in a single search page
|
||||
|
||||
|
|
Loading…
Reference in a new issue