Version 0.5.1

This commit is contained in:
jaseg 2020-07-20 14:20:10 +02:00
parent 1f2b0058b3
commit 0a3081aa64

View file

@ -3,7 +3,7 @@
from setuptools import setup
setup(
name = 'python-mpv',
version = '0.5.0',
version = '0.5.1',
py_modules = ['mpv'],
description = 'A python interface to the mpv media player',
url = 'https://github.com/jaseg/python-mpv',