mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 14:14:19 +00:00
Update version
This commit is contained in:
parent
b2c9a29d1e
commit
8c0abf0b36
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ from plexapi.config import PlexConfig
|
|||
from uuid import getnode
|
||||
|
||||
PROJECT = 'PlexAPI'
|
||||
VERSION = '1.0.1'
|
||||
VERSION = '1.0.2'
|
||||
|
||||
# Load User Defined Config
|
||||
CONFIG_PATH = os.path.expanduser('~/.config/plexapi/config.ini')
|
||||
|
|
Loading…
Reference in a new issue