Version 0.4.1

This commit is contained in:
jaseg 2019-12-01 21:27:59 +01:00
parent 49e6f6f6d0
commit 91067fcbd8

View file

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