Bump version to 0.3.1

This commit is contained in:
jaseg 2017-08-06 21:16:48 +02:00
parent 0ed8403171
commit 96e8ca390a

View file

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