From db089156ace664253276755d126e813962a2a81a Mon Sep 17 00:00:00 2001 From: Michael Shepanski Date: Thu, 7 Jul 2016 23:39:48 -0400 Subject: [PATCH] Up version for pip --- plexapi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexapi/__init__.py b/plexapi/__init__.py index a582d840..1e7e2060 100644 --- a/plexapi/__init__.py +++ b/plexapi/__init__.py @@ -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