mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-26 13:40:22 +00:00
Bump minor revision number
This commit is contained in:
parent
6b21d856d3
commit
ad4be508a1
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.0'
|
VERSION = '1.0.1'
|
||||||
|
|
||||||
# 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