Bump version to v0.3.8

This commit is contained in:
jaseg 2017-12-24 22:46:22 +01:00
parent 8f5f5c645b
commit 092707259b

View file

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