We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c20d229 commit 7710095Copy full SHA for 7710095
1 file changed
setup.py
@@ -3,12 +3,12 @@
3
with open('README.md') as f:
4
long_description = f.read()
5
6
-VERSION="0.0.12"
+VERSION="0.0.13"
7
8
setup(
9
name='plexwebsocket',
10
version=VERSION,
11
- description='Support for issuing callbacks in response to Plex websocket client updates.',
+ description='Support for issuing callbacks in response to Plex websocket updates.',
12
long_description=long_description,
13
long_description_content_type='text/markdown',
14
url='https://github.com/jjlawren/python-plexwebsocket/',
0 commit comments