Version 0.5.2

This commit is contained in:
jaseg 2020-07-25 23:42:54 +02:00
parent 035e1db1db
commit f229268d4d

View file

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