Compare commits

...

1 commit
main ... v0.5.2

Author SHA1 Message Date
jaseg
f229268d4d Version 0.5.2 2020-07-25 23:42:54 +02:00

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',