Update setup.py for vendor code of mpv jsonipc

This commit is contained in:
Daniel Wróbel 2021-03-09 10:14:15 +01:00 committed by GitHub
parent 7222e59578
commit a03f59526c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ with open("README.md", "r") as fh:
setup(
name='python-mpv-jsonipc',
version='1.1.11',
version='1.1.13',
author="Ian Walton",
author_email="iwalton3@gmail.com",
description="Python API to MPV using JSON IPC",