Version 0.3.10

This commit is contained in:
jaseg 2019-11-10 16:31:58 +01:00
parent 728e8b2556
commit 4f69531721

View file

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