Up version for pip

This commit is contained in:
Michael Shepanski 2016-07-07 23:39:48 -04:00
parent 06918c7ae0
commit db089156ac

View file

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