Version 0.3.5

This commit is contained in:
jaseg 2017-09-14 12:09:04 +02:00
parent 901e42042b
commit 4ebf4e1c37

View file

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