diff --git a/setup.py b/setup.py index a3249e2..6958712 100644 --- a/setup.py +++ b/setup.py @@ -3,12 +3,12 @@ with open('README.md') as f: long_description = f.read() -VERSION="0.0.12" +VERSION="0.0.13" setup( name='plexwebsocket', version=VERSION, - description='Support for issuing callbacks in response to Plex websocket client updates.', + description='Support for issuing callbacks in response to Plex websocket updates.', long_description=long_description, long_description_content_type='text/markdown', url='https://github.com/jjlawren/python-plexwebsocket/',