Skip to content

Commit

Permalink
Bump to 0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlawren committed Mar 25, 2021
1 parent c20d229 commit 7710095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
Expand Down

0 comments on commit 7710095

Please sign in to comment.