mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 06:04:15 +00:00
Update version and homepage.
This commit is contained in:
parent
edb29fa0d7
commit
eb1e508638
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ from logging.handlers import RotatingFileHandler
|
|||
from uuid import getnode
|
||||
|
||||
PROJECT = 'PlexAPI'
|
||||
VERSION = '0.9.3'
|
||||
VERSION = '0.9.5'
|
||||
TIMEOUT = 5
|
||||
|
||||
# Plex Header Configuation
|
||||
|
|
2
setup.py
2
setup.py
|
@ -17,7 +17,7 @@ setup(
|
|||
description='Python bindings for the Plex API.',
|
||||
author='Michael Shepanski',
|
||||
author_email='mjs7231@gmail.com',
|
||||
url='http://bitbucket.org/mjs7231/plexapi',
|
||||
url='https://github.com/mjs7231/plexapi',
|
||||
packages=find_packages(),
|
||||
install_requires=['requests'],
|
||||
long_description=open('README.md').read(),
|
||||
|
|
Loading…
Reference in a new issue