mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 14:14:19 +00:00
Up version number
This commit is contained in:
parent
9dd520d032
commit
0fc4202e75
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue