Version 0.4.2

This commit is contained in:
jaseg 2019-12-02 13:32:08 +01:00
parent c7e0968d60
commit 9d9c2b26f3

View file

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