Version 0.3.9

This commit is contained in:
jaseg 2018-07-25 12:08:59 +02:00
parent a873fd7f7b
commit 8ba7d27e79

View file

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