Skip to content

Commit 7710095

Browse files
committed
Bump to 0.0.13
1 parent c20d229 commit 7710095

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
with open('README.md') as f:
44
long_description = f.read()
55

6-
VERSION="0.0.12"
6+
VERSION="0.0.13"
77

88
setup(
99
name='plexwebsocket',
1010
version=VERSION,
11-
description='Support for issuing callbacks in response to Plex websocket client updates.',
11+
description='Support for issuing callbacks in response to Plex websocket updates.',
1212
long_description=long_description,
1313
long_description_content_type='text/markdown',
1414
url='https://github.com/jjlawren/python-plexwebsocket/',

0 commit comments

Comments
 (0)