Up version number

This commit is contained in:
Michael Shepanski 2015-10-02 09:21:39 -04:00
parent 9dd520d032
commit 0fc4202e75

View file

@ -7,7 +7,7 @@ from plexapi.config import PlexConfig
from uuid import getnode from uuid import getnode
PROJECT = 'PlexAPI' PROJECT = 'PlexAPI'
VERSION = '1.0.2' VERSION = '1.1.0'
# Load User Defined Config # Load User Defined Config
CONFIG_PATH = os.path.expanduser('~/.config/plexapi/config.ini') CONFIG_PATH = os.path.expanduser('~/.config/plexapi/config.ini')