Version 0.4.3

This commit is contained in:
jaseg 2019-12-03 23:45:26 +01:00
parent c6a8088f3a
commit 80a0e7888a

View file

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