Version 0.3.4

This commit is contained in:
jaseg 2017-08-23 09:08:24 +02:00
parent 1942078389
commit a1eeaffe14

View file

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